aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/command.mli
diff options
context:
space:
mode:
authorGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-11-05 16:48:30 +0000
committerGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-11-05 16:48:30 +0000
commitb91f60aab99980b604dc379b4ca62f152315c841 (patch)
treecd1948fc5156988dd74d94ef4abb3e4ac77e3de8 /toplevel/command.mli
parent2ff72589e5c90a25b315922b5ba2d7c11698adef (diff)
GROS COMMIT:
- reduction du noyau (variables existentielles, fonctions auxiliaires pour inventer des noms, etc. deplacees hors de kernel/) - changement de noms de constructeurs des constr (suppression de "Is" et "Mut") git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2158 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel/command.mli')
-rw-r--r--toplevel/command.mli4
1 files changed, 3 insertions, 1 deletions
diff --git a/toplevel/command.mli b/toplevel/command.mli
index f45dc633f..f182812c9 100644
--- a/toplevel/command.mli
+++ b/toplevel/command.mli
@@ -13,6 +13,7 @@ open Names
open Term
open Declare
open Library
+open Nametab
(*i*)
(*s Declaration functions. The following functions take ASTs,
@@ -41,7 +42,8 @@ val build_mutual :
(identifier * Coqast.t) list ->
(identifier * Coqast.t * (identifier * Coqast.t) list) list -> bool -> unit
-val declare_mutual_with_eliminations : Declarations.mutual_inductive_entry -> section_path
+val declare_mutual_with_eliminations :
+ Indtypes.mutual_inductive_entry -> section_path
val build_recursive :
(identifier * ((identifier * Coqast.t) list) * Coqast.t * Coqast.t) list