summaryrefslogtreecommitdiff
path: root/src/Substitute.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/Substitute.ml')
-rw-r--r--src/Substitute.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Substitute.ml b/src/Substitute.ml
index dd89025b..d3c3c430 100644
--- a/src/Substitute.ml
+++ b/src/Substitute.ml
@@ -39,6 +39,8 @@ let erase_regions (ty : T.rty) : T.ety =
Return the list of new regions and appropriate substitutions from the
original region variables to the fresh regions.
+
+ TODO: simplify? we only need the subst `T.RegionVarId.id -> T.RegionId.id`
*)
let fresh_regions_with_substs (region_vars : T.region_var list)
(ctx : C.eval_ctx) :