diff options
| author | herbelin | 2003-10-08 12:37:03 +0000 |
|---|---|---|
| committer | herbelin | 2003-10-08 12:37:03 +0000 |
| commit | bd91698e1acdc5e579f904e3f52e40a57bd6cd13 (patch) | |
| tree | 0618b73cba5e1321ec6f1236f803e8c74cccf48b /library | |
| parent | f844897e7258db969e86f2e48e50e29ca5ec5802 (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')
| -rw-r--r-- | library/decl_kinds.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/decl_kinds.ml b/library/decl_kinds.ml index 10ae3d79b3..a47fb90867 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 |
