From 4c055560eca4147aafaf728bbc8d25f06c765f3f Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 31 Mar 2004 09:43:55 +0000 Subject: Export de l'information si un inductive est un record ou non (pour xml) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5622 85f007b7-540e-0410-9357-904b9bb8a0f7 --- library/declare.mli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'library/declare.mli') diff --git a/library/declare.mli b/library/declare.mli index 9b268e7ae..85162c04c 100644 --- a/library/declare.mli +++ b/library/declare.mli @@ -63,8 +63,8 @@ val redeclare_constant : (* [declare_mind me] declares a block of inductive types with their constructors in the current section; it returns the path of - the whole block *) -val declare_mind : mutual_inductive_entry -> object_name + the whole block (boolean must be true iff it is a record) *) +val declare_mind : bool -> mutual_inductive_entry -> object_name (* Declaration from Discharge *) val redeclare_inductive : @@ -99,4 +99,4 @@ val strength_of_global : global_reference -> strength (* hooks for XML output *) val set_xml_declare_variable : (object_name -> unit) -> unit val set_xml_declare_constant : (bool * object_name -> unit) -> unit -val set_xml_declare_inductive : (object_name -> unit) -> unit +val set_xml_declare_inductive : (bool * object_name -> unit) -> unit -- cgit v1.2.3