aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/tactics.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/tactics.ml')
-rw-r--r--tactics/tactics.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tactics.ml b/tactics/tactics.ml
index 26fd77323..d52d2786d 100644
--- a/tactics/tactics.ml
+++ b/tactics/tactics.ml
@@ -1979,7 +1979,7 @@ let my_find_eq_data_decompose gl t =
with e when is_anomaly e
(* Hack in case equality is not yet defined... one day, maybe,
known equalities will be dynamically registered *)
- -> raise ConstrMatching.PatternMatchingFailure
+ -> raise Constr_matching.PatternMatchingFailure
let intro_decomp_eq loc l thin tac id =
Proofview.Goal.nf_enter begin fun gl ->