aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/extraction/extraction.mli
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-03-05 14:15:37 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-03-05 14:15:37 +0000
commit9e5122c6fa0d6907a8c7a1464831087fb0cfb421 (patch)
tree94a19b0f426b20b9ac48075bad976cd0dda68d07 /contrib/extraction/extraction.mli
parent70894b275f1dbaf73d54770bb4311a146c9514d8 (diff)
cas des constructeurs singletons. Messages d'erreur. Revision de test_extraction.v
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2514 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/extraction/extraction.mli')
-rw-r--r--contrib/extraction/extraction.mli7
1 files changed, 6 insertions, 1 deletions
diff --git a/contrib/extraction/extraction.mli b/contrib/extraction/extraction.mli
index 87f97641c..e3a747ce0 100644
--- a/contrib/extraction/extraction.mli
+++ b/contrib/extraction/extraction.mli
@@ -40,4 +40,9 @@ val extract_declaration : global_reference -> ml_decl
(*s Check whether a global reference corresponds to a logical inductive. *)
-val declaration_is_logical_ind : global_reference -> bool
+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