diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,8 +1,8 @@ /* TODO: -test ArrInt ::= Arr(int); make sure fn(t :: Type, x : t) t works check fn(x :: int, y := x) +check fn(x :: int) y := x new version of copy_val for copying types?? there are probably places where we enter a function and never exit (in typing?) if there's an error |