Skip to content
  • Matt Wala's avatar
    cb697546
    Fix avoidable exponential blowup in unifier. · cb697546
    Matt Wala authored
    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.
    cb697546
    Fix avoidable exponential blowup in unifier.
    Matt Wala authored
    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.
Loading