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

Fix avoidable exponential blowup in unifier.

Change the code to do what the previous code tried to do, which is to
match free variables only after matching the more complex terms. This
avoids iterating over all possible subsets of the RHS.
parent 0a635ffb
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