summaryrefslogtreecommitdiff
path: root/vernac/assumptions.mli
diff options
context:
space:
mode:
Diffstat (limited to 'vernac/assumptions.mli')
-rw-r--r--vernac/assumptions.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/vernac/assumptions.mli b/vernac/assumptions.mli
index 7e13f8f2..751e79d8 100644
--- a/vernac/assumptions.mli
+++ b/vernac/assumptions.mli
@@ -23,11 +23,11 @@ open Printer
val traverse :
Label.t -> constr ->
(Refset_env.t * Refset_env.t Refmap_env.t *
- (Label.t * Context.Rel.t * types) list Refmap_env.t)
+ (Label.t * Constr.rel_context * types) list Refmap_env.t)
(** Collects all the assumptions (optionally including opaque definitions)
on which a term relies (together with their type). The above warning of
{!traverse} also applies. *)
val assumptions :
?add_opaque:bool -> ?add_transparent:bool -> transparent_state ->
- global_reference -> constr -> types ContextObjectMap.t
+ GlobRef.t -> constr -> types ContextObjectMap.t