Updated bug list & started working on more tests
This commit is contained in:
parent
f5b5f11903
commit
6947614fba
11 changed files with 80 additions and 59 deletions
|
|
@ -1,3 +1,5 @@
|
|||
add : _Int -> _Int -> _Int ;
|
||||
add x = \y. x+y;
|
||||
|
||||
main = (\z. z+z) ((add 4) 6);
|
||||
main : _Int ;
|
||||
main = (\z. z+z) ((add 4) 6) ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue