aboutsummaryrefslogtreecommitdiffhomepage
path: root/intf/glob_term.mli
diff options
context:
space:
mode:
Diffstat (limited to 'intf/glob_term.mli')
-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