What should be the result of unifying these two types?
1) a -> a
2) Int -> b
Is this the right result?
{ a |-> Int; b |-> a }
What should be the result of unifying these two types?
1) a -> a
2) Int -> b
Is this the right result?
{ a |-> Int; b |-> a }
According to this article, I believe the correct substitution to return is: