aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/declarations.mli
diff options
context:
space:
mode:
Diffstat (limited to 'checker/declarations.mli')
-rw-r--r--checker/declarations.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/checker/declarations.mli b/checker/declarations.mli
index a5785b52a..3c6db6ab7 100644
--- a/checker/declarations.mli
+++ b/checker/declarations.mli
@@ -2,9 +2,11 @@ open Names
open Cic
val force_constr : constr_substituted -> constr
+val force_lazy_constr_univs : Cic.constant_def -> Univ.constraints
val from_val : constr -> constr_substituted
val indirect_opaque_access : (DirPath.t -> int -> constr) ref
+val indirect_opaque_univ_access : (DirPath.t -> int -> Univ.constraints) ref
(** Constant_body *)