aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/extraction/table.mli
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-10 01:34:31 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-10 01:34:31 +0000
commitdc8dfc8e47e51f0407f5b678e645897a83cc9754 (patch)
treeaf6cda0f5755fd8eac2d9513884c54a74bc78fd1 /contrib/extraction/table.mli
parent407cabb10bee4718a9c64fc7138c6e830919c991 (diff)
révision du traitement des axiomes non réalisés
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4849 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/extraction/table.mli')
-rw-r--r--contrib/extraction/table.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/extraction/table.mli b/contrib/extraction/table.mli
index 5c6029e3e..1e8371d1e 100644
--- a/contrib/extraction/table.mli
+++ b/contrib/extraction/table.mli
@@ -17,8 +17,8 @@ val id_of_global : global_reference -> identifier
(*s Warning and Error messages. *)
val error_axiom_scheme : global_reference -> int -> 'a
-val error_axiom : global_reference -> 'a
-val warning_axiom : global_reference -> unit
+val warning_info_ax : global_reference -> unit
+val warning_log_ax : global_reference -> unit
val error_constant : global_reference -> 'a
val error_inductive : global_reference -> 'a
val error_nb_cons : unit -> 'a