new grammar and adapted renamer
This commit is contained in:
parent
88a4a934b8
commit
936cb1301f
15 changed files with 858 additions and 821 deletions
|
|
@ -1,2 +1,2 @@
|
|||
f : _Int -> _Int ;
|
||||
f : Int -> Int ;
|
||||
f x = let g = (\y. y+1) in g (g x)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue