summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index ffbe83a..73f0306 100644
--- a/main.c
+++ b/main.c
@@ -1,7 +1,7 @@
/*
TODO:
-get fn(t @ Type, x : t = 1598, y @ t = 9832) t to work
remove declarations , exit fn even on failure
+fix flexible types (example program should not need those casts)
get fn(x, y@ int) to work, you'll need to add back in tuple parameters (one decl multiple values)
can we get the instance before calling type_of_fn?