summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index 9cdb5cf..adcd7f9 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,9 @@
/*
TODO:
check fn(x :: int) y := x (run + compile)
+reduce copying (don't copy body of fn_copy unless the instance doesn't
+exist yet)
+
make sure you can't have a tuple parameter (check const tuple params)
check arr.toc's Arr works @ compile time
new version of copy_val for copying types??