Remade the algorithm myself. Still some bugs.
This commit is contained in:
parent
f188cffb8d
commit
8b5cd3cf9a
12 changed files with 584 additions and 257 deletions
|
|
@ -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 ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue