aboutsummaryrefslogtreecommitdiffhomepage
path: root/intf/decl_kinds.mli
diff options
context:
space:
mode:
Diffstat (limited to 'intf/decl_kinds.mli')
-rw-r--r--intf/decl_kinds.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/intf/decl_kinds.mli b/intf/decl_kinds.mli
index 6ee6f707d..d20bae0b5 100644
--- a/intf/decl_kinds.mli
+++ b/intf/decl_kinds.mli
@@ -8,9 +8,9 @@
(** Informal mathematical status of declarations *)
-type locality =
- | Local
- | Global
+type locality = Local | Global
+
+type binding_kind = Explicit | Implicit
type theorem_kind =
| Theorem