aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping
diff options
context:
space:
mode:
authorGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-05-06 20:49:50 +0000
committerGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-05-06 20:49:50 +0000
commit3a569247c5d9260e89ed5a4230468cb60f6f53a0 (patch)
tree5c1b29f1de1b3db05d41ac65d41976a5f9356f64 /pretyping
parent0d23af050fe3f93fb3aef907ec4febd6c8d0b32d (diff)
Fixing ocamldoc compilation.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16483 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping')
-rw-r--r--pretyping/matching.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/matching.mli b/pretyping/matching.mli
index 5ba68f26b..3501584c0 100644
--- a/pretyping/matching.mli
+++ b/pretyping/matching.mli
@@ -33,7 +33,7 @@ type bound_ident_map = (Id.t * Id.t) list
numbers given in the pattern *)
val matches : constr_pattern -> constr -> patvar_map
-(** [matches_head pat c] does the same as |matches pat c] but accepts
+(** [matches_head pat c] does the same as [matches pat c] but accepts
[pat] to match an applicative prefix of [c] *)
val matches_head : constr_pattern -> constr -> patvar_map