diff options
| -rw-r--r-- | pretyping/unification.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/unification.ml b/pretyping/unification.ml index 67990d2191..0af0aae3a7 100644 --- a/pretyping/unification.ml +++ b/pretyping/unification.ml @@ -1024,7 +1024,7 @@ let w_unify2 env flags cv_pb ty1 ty2 evd = secondOrderAbstraction env flags ty2 (p1,oplist1) evd | _, Meta p2 -> (* Find the predicate *) - secondOrderAbstraction env flags ty1 (p2, oplist2) evd in + secondOrderAbstraction env flags ty1 (p2, oplist2) evd | _ -> error "w_unify2" (* The unique unification algorithm works like this: If the pattern is |
