aboutsummaryrefslogtreecommitdiff
path: root/kernel/typeops.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-10-11 17:50:40 +0200
committerPierre-Marie Pédrot2020-10-11 17:56:44 +0200
commit7320cd84f92793572550d1fe1a2181f40466fa81 (patch)
tree69496a726a61f7d047e9260b9e4b6dc36ca05d4d /kernel/typeops.mli
parenteb5a67de1fc586acc588d5c61c84df670284f054 (diff)
Similarly remove the explicit graph argument in the ~evar conversion API.
Diffstat (limited to 'kernel/typeops.mli')
-rw-r--r--kernel/typeops.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/typeops.mli b/kernel/typeops.mli
index 87a5666fcc..d381e55dd6 100644
--- a/kernel/typeops.mli
+++ b/kernel/typeops.mli
@@ -111,7 +111,7 @@ val type_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 -> ?evars:((existential->constr option) * UGraph.t) ->
+val check_hyps_inclusion : env -> ?evars:(existential->constr option) ->
GlobRef.t -> Constr.named_context -> unit
(** Types for primitives *)