aboutsummaryrefslogtreecommitdiffhomepage
path: root/ltac/tactic_matching.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ltac/tactic_matching.ml')
-rw-r--r--ltac/tactic_matching.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltac/tactic_matching.ml b/ltac/tactic_matching.ml
index ef45ee47e..43a58f6b2 100644
--- a/ltac/tactic_matching.ml
+++ b/ltac/tactic_matching.ml
@@ -84,7 +84,7 @@ let equal_instances env sigma (ctx',c') (ctx,c) =
(* How to compare instances? Do we want the terms to be convertible?
unifiable? Do we want the universe levels to be relevant?
(historically, conv_x is used) *)
- CList.equal Id.equal ctx ctx' && Reductionops.is_conv env sigma c' c
+ CList.equal Id.equal ctx ctx' && Reductionops.is_conv env sigma (EConstr.of_constr c') (EConstr.of_constr c)
(** Merges two substitutions. Raises [Not_coherent_metas] when