aboutsummaryrefslogtreecommitdiff
path: root/intf/decl_kinds.mli
diff options
context:
space:
mode:
authorppedrot2013-03-11 20:14:31 +0000
committerppedrot2013-03-11 20:14:31 +0000
commit4425c8d353ffdcbed966c253f9624b550626ae0a (patch)
tree13e25097ff2865f00dabd37cf3ed6a5748f20e32 /intf/decl_kinds.mli
parent180a27f8d2b7ba2d7913c37ae01c946acb8c813e (diff)
Added a Local Definition vernacular command. This type of definition
has to be refered through its qualified name even when the module containing it is imported. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16263 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'intf/decl_kinds.mli')
-rw-r--r--intf/decl_kinds.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/intf/decl_kinds.mli b/intf/decl_kinds.mli
index 91a03f6759..7111fd0555 100644
--- a/intf/decl_kinds.mli
+++ b/intf/decl_kinds.mli
@@ -8,7 +8,7 @@
(** Informal mathematical status of declarations *)
-type locality = Local | Global
+type locality = Discharge | Local | Global
type binding_kind = Explicit | Implicit