From d211f51ea3bf9417422e2bf74ed5dfc1e886ef83 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sun, 29 Jan 2006 16:01:32 +0000 Subject: Ajout syntaxe concrète Proposition, synonyme de Lemma 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@7944 85f007b7-540e-0410-9357-904b9bb8a0f7 --- library/decl_kinds.ml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'library/decl_kinds.ml') diff --git a/library/decl_kinds.ml b/library/decl_kinds.ml index c6879575d..c33738644 100644 --- a/library/decl_kinds.ml +++ b/library/decl_kinds.ml @@ -24,6 +24,7 @@ type theorem_kind = | Fact | Remark | Property + | Proposition | Corollary type definition_object_kind = @@ -80,8 +81,9 @@ let string_of_theorem_kind = function | Lemma -> "Lemma" | Fact -> "Fact" | Remark -> "Remark" - | Corollary -> "Corollary" | Property -> "Property" + | Proposition -> "Proposition" + | Corollary -> "Corollary" let string_of_definition_kind (l,boxed,d) = match (l,d) with -- cgit v1.2.3