aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--proofs/clenv.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/proofs/clenv.ml b/proofs/clenv.ml
index a38e639eb..67de8df98 100644
--- a/proofs/clenv.ml
+++ b/proofs/clenv.ml
@@ -823,11 +823,11 @@ let clenv_unify allow_K cv_pb ty1 ty2 clenv =
clenv_unify2 allow_K cv_pb ty1 ty2 clenv
with ex when catchable_exception ex ->
try
- clenv_typed_unify CONV ty1 ty2 clenv
+ clenv_typed_unify cv_pb ty1 ty2 clenv
with ex when catchable_exception ex ->
error "Cannot solve a second-order unification problem")
- | _ -> clenv_unify_0 CONV ty1 ty2 clenv
+ | _ -> clenv_unify_0 cv_pb ty1 ty2 clenv
(* [clenv_bchain mv clenv' clenv]