Unification part works (probably). Have a hard time understanding it.

This commit is contained in:
sebastianselander 2023-02-17 18:42:50 +01:00
parent 764faa582b
commit f188cffb8d
7 changed files with 167 additions and 197 deletions

View file

@ -1 +1,3 @@
apply = \x. \y. (x : Mono Int)
test = \x. (x : Mono String) ;
apply x y = x + y ;