From 8428508fc0e7ec91470eecc0cb4b67f44121b696 Mon Sep 17 00:00:00 2001 From: aspiwack Date: Fri, 24 Aug 2012 10:14:45 +0000 Subject: 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 --- intf/glob_term.mli | 4 ++-- 1 file 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 -- cgit v1.2.3