aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/decl_kinds.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-10-11 10:25:50 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-10-11 10:25:50 +0000
commita807069e370eb1a8f4d7f4e8b72449017a68d891 (patch)
treea885a083ea60f74a29c72b7bac0217d403c5621d /library/decl_kinds.ml
parent60fd16e201817751f500c25852c0835150cab528 (diff)
Suppression IsConjecture redondant avec Conjectural
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6198 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library/decl_kinds.ml')
-rw-r--r--library/decl_kinds.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/decl_kinds.ml b/library/decl_kinds.ml
index bec9ab7c6..66b1bb072 100644
--- a/library/decl_kinds.ml
+++ b/library/decl_kinds.ml
@@ -61,7 +61,6 @@ type local_theorem_kind = LocalStatement
type 'a mathematical_kind =
| IsAssumption of type_as_formula_kind
| IsDefinition
- | IsConjecture
| IsProof of 'a
type global_kind = theorem_kind mathematical_kind