From e46a343090514c1340d4e5b97384b55b42c9c166 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 11 Nov 2009 16:03:06 +0000 Subject: Added support for multiple where-clauses in Inductive and co (see wish #2163). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12500 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/interface/name_to_ast.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/interface/name_to_ast.ml') diff --git a/plugins/interface/name_to_ast.ml b/plugins/interface/name_to_ast.ml index 142116ade..b87d95a82 100644 --- a/plugins/interface/name_to_ast.ml +++ b/plugins/interface/name_to_ast.ml @@ -110,7 +110,7 @@ let convert_one_inductive sp tyi = (((false,(dummy_loc,basename sp)), convert_env(List.rev params), Some (extern_constr true envpar arity), Vernacexpr.Inductive_kw , - Constructors (convert_constructors envpar cstrnames cstrtypes)), None);; + Constructors (convert_constructors envpar cstrnames cstrtypes)), []);; (* This function converts a Mutual inductive definition to a Coqast.t. It is obtained directly from print_mutual in pretty.ml. However, all -- cgit v1.2.3