aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/decl_kinds.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-08 12:37:03 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-08 12:37:03 +0000
commitbd91698e1acdc5e579f904e3f52e40a57bd6cd13 (patch)
tree0618b73cba5e1321ec6f1236f803e8c74cccf48b /library/decl_kinds.ml
parentf844897e7258db969e86f2e48e50e29ca5ec5802 (diff)
Mise en place d'un couple 'Conjecture/Admitted' pour déclarer un énoncé incomplètement prouvé comme axiome
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4543 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library/decl_kinds.ml')
-rw-r--r--library/decl_kinds.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/decl_kinds.ml b/library/decl_kinds.ml
index 10ae3d79b..a47fb9086 100644
--- a/library/decl_kinds.ml
+++ b/library/decl_kinds.ml
@@ -17,6 +17,7 @@ type theorem_kind =
| Lemma
| Fact
| Remark
+ | Conjecture
type definitionkind =
| LDefinition
@@ -63,6 +64,7 @@ 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