Remade the algorithm myself. Still some bugs.

This commit is contained in:
sebastianselander 2023-02-18 23:08:27 +01:00
parent f188cffb8d
commit 8b5cd3cf9a
12 changed files with 584 additions and 257 deletions

View file

@ -1,3 +1,4 @@
test = \x. (x : Mono String) ;
main : Mono Int ;
main = let f = \x. x in f 5 ;
apply x y = x + y ;