aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/decl_kinds.ml
diff options
context:
space:
mode:
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