aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 2638f5c..e10c720 100644
--- a/BUGS
+++ b/BUGS
@@ -16,3 +16,7 @@
variables. If this is indeed the cause, then there should most
probably be separate scope-trees; one which has scopes for constants,
and one which has scopes for variables.
+
+2. Recursive functions crash the compiler.
+
+ foo :: () { return foo(); } /* breaks */