Fixed layout stop word bug.

This commit is contained in:
bringert
2005-11-30 21:30:36 +00:00
parent 71fb2c16cd
commit 938318d72b
2 changed files with 16 additions and 15 deletions

View File

@@ -26,13 +26,6 @@
- Patterns with guards
- Layout syntax resolver gets this wrong:
main = let x : Type = case n of
n2 -> 2
n3 -> 3
in f Numeral
* Improve interpreter
- More efficient handling of constructor application