aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/assumptions.mli
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/assumptions.mli')
-rw-r--r--toplevel/assumptions.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/assumptions.mli b/toplevel/assumptions.mli
index 9c9f81bd2..61beb26c8 100644
--- a/toplevel/assumptions.mli
+++ b/toplevel/assumptions.mli
@@ -22,7 +22,7 @@ open Printer
val traverse :
Label.t -> constr ->
(Refset_env.t * Refset_env.t Refmap_env.t *
- (label * Context.rel_context * types) list Refmap_env.t)
+ (label * Context.Rel.t * 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