aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/decls.mli
diff options
context:
space:
mode:
Diffstat (limited to 'library/decls.mli')
-rw-r--r--library/decls.mli10
1 files changed, 2 insertions, 8 deletions
diff --git a/library/decls.mli b/library/decls.mli
index a9000604f..29fa13ae5 100644
--- a/library/decls.mli
+++ b/library/decls.mli
@@ -10,15 +10,7 @@
open Names
open Sign
-(*
open Libnames
-open Term
-open Declarations
-open Entries
-open Indtypes
-open Safe_typing
-open Nametab
-*)
open Decl_kinds
(** This module manages non-kernel informations about declarations. It
@@ -31,6 +23,8 @@ type variable_data =
dir_path * bool (* opacity *) * Univ.constraints * logical_kind
val add_variable_data : variable -> variable_data -> unit
+val variable_path : variable -> dir_path
+val variable_secpath : variable -> qualid
val variable_kind : variable -> logical_kind
val variable_opacity : variable -> bool
val variable_constraints : variable -> Univ.constraints