Removed adhoc tests

This commit is contained in:
sebastianselander 2023-02-17 12:01:22 +01:00
parent a9f54dbca1
commit f2e8a02255
3 changed files with 64 additions and 79 deletions

View file

@ -1,3 +1 @@
apply w x = \y. \z. w + x + y + z ;
main = apply 1 2 3 4 ;
apply = \x. \y. (x : Mono Int)