Skip to content

Commit

Permalink
Work on unification 6
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Jun 19, 2018
1 parent e95829d commit a6d1a6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/examples/unification.mlts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,11 @@ let unif3 = Some (X\ Some (Y\ (Coerce
let unif4 = Some (X\ Some (Y\ (Coerce
((H(H(X)), H(Y))::[],[]))));;

let unif5 = Some (X\ Some (Y\ (Coerce
((G(H(X), X), G(Y, A))::[],[]))));;

let res1 = unify unif1;;
let res2 = unify unif2;;
let res3 = unify unif3;;
let res4 = unify unif4;;
let res5 = unify unif5;;

0 comments on commit a6d1a6c

Please sign in to comment.