aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/matching.mli
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/matching.mli')
-rw-r--r--pretyping/matching.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/matching.mli b/pretyping/matching.mli
index 2b0b8f240..b4f6c3245 100644
--- a/pretyping/matching.mli
+++ b/pretyping/matching.mli
@@ -40,7 +40,7 @@ val is_matching : constr_pattern -> constr -> bool
val matches_conv :env -> Evd.evar_map -> constr_pattern -> constr -> patvar_map
(* [match_subterm n pat c] returns the substitution and the context
- corresponding to the [n+1]th _closed_ subterm of [c] matching [pat];
+ corresponding to the [n+1]th **closed** subterm of [c] matching [pat];
It raises PatternMatchingFailure if no such matching exists *)
val match_subterm : int -> constr_pattern -> constr -> patvar_map * constr