aboutsummaryrefslogtreecommitdiff
path: root/kernel/typeops.mli
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-10-30 18:07:49 +0100
committerGaëtan Gilbert2018-10-30 21:47:36 +0100
commit9a99bad924f3c82107a5ecfa7a906988f0f69309 (patch)
tree53aa873fec4c075ffb8a1134ab466ba2d24764e9 /kernel/typeops.mli
parenta492288930a3f804ad05def938dd572ccf680a66 (diff)
Check univ instances in Typing.
Diffstat (limited to 'kernel/typeops.mli')
-rw-r--r--kernel/typeops.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/typeops.mli b/kernel/typeops.mli
index d24002065b..4193324136 100644
--- a/kernel/typeops.mli
+++ b/kernel/typeops.mli
@@ -116,4 +116,5 @@ val constr_of_global_in_context : env -> GlobRef.t -> types * Univ.AUContext.t
(** {6 Miscellaneous. } *)
(** Check that hyps are included in env and fails with error otherwise *)
-val check_hyps_inclusion : env -> ('a -> constr) -> 'a -> Constr.named_context -> unit
+val check_hyps_inclusion : env -> ?evars:((existential->constr option) * UGraph.t) ->
+ ('a -> constr) -> 'a -> Constr.named_context -> unit