Unification part works (probably). Have a hard time understanding it.
This commit is contained in:
parent
764faa582b
commit
f188cffb8d
7 changed files with 167 additions and 197 deletions
|
|
@ -1 +1,3 @@
|
|||
apply = \x. \y. (x : Mono Int)
|
||||
test = \x. (x : Mono String) ;
|
||||
|
||||
apply x y = x + y ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue