summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-01-20 12:53:58 +0100
committerPéter Diviánszky <divipp@gmail.com>2016-01-20 12:53:58 +0100
commite11ee602c26c7f24ee4dadfea7002f731564106d (patch)
tree3c51b5825d970b9f2333b11e43365240436dfc9f /TODO
parentb7e196fe3955a1fa95171cffba21c6fde0e0d071 (diff)
support type synonyms
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 8f4f60c5..fdba44c4 100644
--- a/TODO
+++ b/TODO
@@ -44,6 +44,7 @@ done:
44- compiler: fix looping (primes, recursivetexture01) 44- compiler: fix looping (primes, recursivetexture01)
45- refactor test system 45- refactor test system
46- support simple import lists (hiding + explicit) 46- support simple import lists (hiding + explicit)
47- support type synonyms
47next: 48next:
48- ambiguity check (compiler): really check type annotations 49- ambiguity check (compiler): really check type annotations
49- ambiguity check (compiler): prohibit constraints like a ~ List a, a ~ a -> a, etc. 50- ambiguity check (compiler): prohibit constraints like a ~ List a, a ~ a -> a, etc.
@@ -76,7 +77,6 @@ extra:
76- compiler: review coe usage (missing?) 77- compiler: review coe usage (missing?)
77- review DemoUtils.lc test case 78- review DemoUtils.lc test case
78- minimal quake videos 79- minimal quake videos
79- type synonyms
80 80
81------------------------------------------------------------------- week Feb 1 81------------------------------------------------------------------- week Feb 1
82 82