Incorporated most of main, as well as started on quickcheck

This commit is contained in:
sebastianselander 2023-02-27 11:12:05 +01:00
parent 06e65de235
commit 2f45f39435
19 changed files with 1252 additions and 1090 deletions

View file

@ -1,3 +1,2 @@
fun : Mono Int -> Mono Int ;
fun = let f = \x. x in f 3 ;
main : _Int ;
main = 3 + 3 ;