Skip to content
Commit efcc7cac authored by Matt Wala's avatar Matt Wala
Browse files

Fix unidirectional unification.

The unidirectional unifier now works on examples such as a+b*c =>
d+e*f. This required a couple of changes to the algorithm, the main
one being that we allow variables to match against subtrees of the
expression.
parent fa153f34
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment