aboutsummaryrefslogtreecommitdiffhomepage
path: root/intf
diff options
context:
space:
mode:
authorGravatar aspiwack <aspiwack@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-08-24 10:14:45 +0000
committerGravatar aspiwack <aspiwack@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-08-24 10:14:45 +0000
commit8428508fc0e7ec91470eecc0cb4b67f44121b696 (patch)
tree09c4ad3d1ec0be419550fb9df0e9c23c2ed2bbca /intf
parente61909352e809df4f21ccb88c29c3547a54d8a49 (diff)
Correcting a comment in pattern-matching compilation.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15758 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'intf')
-rw-r--r--intf/glob_term.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/intf/glob_term.mli b/intf/glob_term.mli
index 6ea71f7f3..560662423 100644
--- a/intf/glob_term.mli
+++ b/intf/glob_term.mli
@@ -73,6 +73,6 @@ and tomatch_tuple = (glob_constr * predicate_pattern)
and tomatch_tuples = tomatch_tuple list
and cases_clause = (Loc.t * identifier list * cases_pattern list * glob_constr)
-(** [(p,il,cl,t)] = "|'cl' as 'il' => 't'" *)
-
+(** [(p,il,cl,t)] = "|'cl' => 't'". Precondition: the free variables
+ of [t] are members of [il]. *)
and cases_clauses = cases_clause list