From bd91698e1acdc5e579f904e3f52e40a57bd6cd13 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 8 Oct 2003 12:37:03 +0000 Subject: Mise en place d'un couple 'Conjecture/Admitted' pour déclarer un énoncé incomplètement prouvé comme axiome MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4543 85f007b7-540e-0410-9357-904b9bb8a0f7 --- library/decl_kinds.ml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'library/decl_kinds.ml') 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 -- cgit v1.2.3