summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.c b/main.c
index b93c8f5..dd99a02 100644
--- a/main.c
+++ b/main.c
@@ -20,6 +20,10 @@
/*
TODO:
inferred const params
+make sure all parameters to a function which returns a type are constant
+check that it still works when you specify the inferred param
+---
+get ArrInt to work with inference
packages
X ::= newtype(int); or something
don't allow while {3; 5} (once break is added)