aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/names.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/names.mli')
-rw-r--r--kernel/names.mli5
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/names.mli b/kernel/names.mli
index d9b9ddc9c..2ecdd602d 100644
--- a/kernel/names.mli
+++ b/kernel/names.mli
@@ -157,6 +157,11 @@ val ith_constructor_of_inductive : inductive -> int -> constructor
val inductive_of_constructor : constructor -> inductive
val index_of_constructor : constructor -> int
+(* Better to have it here that in Closure, since required in grammar.cma *)
+type evaluable_global_reference =
+ | EvalVarRef of identifier
+ | EvalConstRef of constant
+
(* Hash-consing *)
val hcons_names : unit ->
(kernel_name -> kernel_name) * (dir_path -> dir_path) *