Updated bug list & started working on more tests

This commit is contained in:
sebastianselander 2023-03-06 13:04:07 +01:00
parent f5b5f11903
commit 6947614fba
11 changed files with 80 additions and 59 deletions

View file

@ -1,2 +1,2 @@
f : _Int -> _Int ;
f x = let g = (\y. y+1) in g (g x)