More ideas

This commit is contained in:
Johan B.W. de Vries 2025-04-09 16:02:47 +02:00
parent 20c507a9ec
commit 87866cff55

View File

@ -30,6 +30,9 @@
- Parser is putting stuff in ModuleDataBlock - Parser is putting stuff in ModuleDataBlock
- Compiler should probably do that - Compiler should probably do that
- Make prelude more an actual thing - Make prelude more an actual thing
- Merge in type3types.LOOKUP_TABLE
- Implemented Bounded: https://hackage.haskell.org/package/base-4.21.0.0/docs/Prelude.html#t:Bounded - Implemented Bounded: https://hackage.haskell.org/package/base-4.21.0.0/docs/Prelude.html#t:Bounded
- Try to implement the min and max functions using select - Try to implement the min and max functions using select
- Filter out methods that aren't used; other the other way around (easier?) only add __ methods when needed - Filter out methods that aren't used; other the other way around (easier?) only add __ methods when needed
- Move UnaryOp.operator into type class methods
- Move foldr into type class methods