1
0
forked from GitHub/gf-core

Transfer: added example which makes the layout resolver go wrong. Added binary conversion from numerals.

This commit is contained in:
bringert
2005-11-30 21:02:44 +00:00
parent e762f85933
commit cd5e1c5ec7
3 changed files with 51 additions and 14 deletions

View File

@@ -26,6 +26,13 @@
- 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