From 0374e96684f9d3d38b1d54176a95281d47b21784 Mon Sep 17 00:00:00 2001 From: pboutill Date: Fri, 2 Mar 2012 22:30:44 +0000 Subject: Glob_term.predicate_pattern: No number of parameters with letins. Detyping is wrong about it and as far as I understand no one but Constrextern uses it. Constrextern has now the same machinery for all patterns. Revert if I miss something. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15022 85f007b7-540e-0410-9357-904b9bb8a0f7 --- interp/topconstr.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interp/topconstr.mli') diff --git a/interp/topconstr.mli b/interp/topconstr.mli index ea3191770..337eb0047 100644 --- a/interp/topconstr.mli +++ b/interp/topconstr.mli @@ -35,7 +35,7 @@ type aconstr = | ABinderList of identifier * identifier * aconstr * aconstr | ALetIn of name * aconstr * aconstr | ACases of case_style * aconstr option * - (aconstr * (name * (inductive * int * name list) option)) list * + (aconstr * (name * (inductive * name list) option)) list * (cases_pattern list * aconstr) list | ALetTuple of name list * (name * aconstr option) * aconstr * aconstr | AIf of aconstr * (name * aconstr option) * aconstr * aconstr -- cgit v1.2.3