new grammar and adapted renamer

This commit is contained in:
sebastianselander 2023-03-22 12:45:51 +01:00
parent 88a4a934b8
commit 936cb1301f
15 changed files with 858 additions and 821 deletions

View file

@ -1,2 +1,2 @@
f : _Int -> _Int ;
f : Int -> Int ;
f = \x. x+1 ;