aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/extraction/table.mli
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-10 00:01:56 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-10 00:01:56 +0000
commitde5dd02feb1b520b8d0a5144e087c993dfcfa61e (patch)
treed6d08f091989b5fde28eb9d5a4c55287b7847f19 /contrib/extraction/table.mli
parentb797be200ab9e334222dac622e8ec07f240292b4 (diff)
essai d'extraction sous un module
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4847 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/extraction/table.mli')
-rw-r--r--contrib/extraction/table.mli5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/extraction/table.mli b/contrib/extraction/table.mli
index 32aecd613..5c6029e3e 100644
--- a/contrib/extraction/table.mli
+++ b/contrib/extraction/table.mli
@@ -19,7 +19,6 @@ val id_of_global : global_reference -> identifier
val error_axiom_scheme : global_reference -> int -> 'a
val error_axiom : global_reference -> 'a
val warning_axiom : global_reference -> unit
-val error_section : unit -> 'a
val error_constant : global_reference -> 'a
val error_inductive : global_reference -> 'a
val error_nb_cons : unit -> 'a
@@ -30,12 +29,14 @@ val error_scheme : unit -> 'a
val error_not_visible : global_reference -> 'a
val error_unqualified_name : string -> string -> 'a
+val check_inside_module : unit -> unit
+val check_inside_section : unit -> unit
+
(*s utilities concerning [module_path]. *)
val kn_of_r : global_reference -> kernel_name
val current_toplevel : unit -> module_path
-val is_something_opened : unit -> bool
val base_mp : module_path -> module_path
val is_modfile : module_path -> bool
val is_toplevel : module_path -> bool