Removed adhoc tests
This commit is contained in:
parent
a9f54dbca1
commit
f2e8a02255
3 changed files with 64 additions and 79 deletions
|
|
@ -1,3 +1 @@
|
|||
apply w x = \y. \z. w + x + y + z ;
|
||||
|
||||
main = apply 1 2 3 4 ;
|
||||
apply = \x. \y. (x : Mono Int)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue