diff options
| -rw-r--r-- | intf/glob_term.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/intf/glob_term.mli b/intf/glob_term.mli index 6ea71f7f32..560662423e 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 |
