aboutsummaryrefslogtreecommitdiffstats
path: root/todo.md
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-12-05 14:57:54 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2022-12-05 14:57:54 +0200
commit58ae983e0dc2e3a9fe7a0fd29c3342289812d3f8 (patch)
tree113fb4fe90d10642155af90b30d51bb320e799d1 /todo.md
parent4002b8988c799a904ef1f359d4267ef4ad80cba3 (diff)
Add -O2 to ghc-options
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.md b/todo.md
index 6afd50d..759e038 100644
--- a/todo.md
+++ b/todo.md
@@ -3,6 +3,7 @@
In order of priority
- Implement records and unions
+- Memoize pure functions automatically
- Write function let expressions properly using lookups
- Write tests!
- Add effects system (see `examples/effects-concept.milch`)