aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/extraction/extraction.mli
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-12-09 02:14:55 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-12-09 02:14:55 +0000
commit3b05f397df3af10604d0abaa82fc55ff4ef189eb (patch)
treec97894871b73a7da6179c1f04b3d29954e0867db /contrib/extraction/extraction.mli
parent0c3b7fd6677de61e435bbdbd89bcf3758396ef41 (diff)
chamboulement du codage des indcutifs extraits; deplacements des tables; ...
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3388 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/extraction/extraction.mli')
-rw-r--r--contrib/extraction/extraction.mli9
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/extraction/extraction.mli b/contrib/extraction/extraction.mli
index b8e74961b..268a68692 100644
--- a/contrib/extraction/extraction.mli
+++ b/contrib/extraction/extraction.mli
@@ -17,12 +17,3 @@ open Miniml
val extract_declaration : global_reference -> ml_decl
-(*s Check whether a global reference corresponds to a logical inductive. *)
-
-val decl_is_logical_ind : global_reference -> bool
-
-(*s Check if a global reference corresponds to the constructor of
- a singleton inductive. *)
-
-val decl_is_singleton : global_reference -> bool
-