aboutsummaryrefslogtreecommitdiff
path: root/proofs
diff options
context:
space:
mode:
Diffstat (limited to 'proofs')
-rw-r--r--proofs/tacmach.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/proofs/tacmach.ml b/proofs/tacmach.ml
index c0875d756f..de73f7720d 100644
--- a/proofs/tacmach.ml
+++ b/proofs/tacmach.ml
@@ -102,8 +102,8 @@ let pf_hnf_type_of gls = compose (pf_whd_betadeltaiota gls) (pf_get_type_of gls)
let pf_check_type gls c1 c2 =
ignore (pf_type_of gls (mkCast (c1, DEFAULTcast, c2)))
-let pf_is_matching = pf_apply Matching.is_matching_conv
-let pf_matches = pf_apply Matching.matches_conv
+let pf_is_matching = pf_apply ConstrMatching.is_matching_conv
+let pf_matches = pf_apply ConstrMatching.matches_conv
(************************************)
(* Tactics handling a list of goals *)