summaryrefslogtreecommitdiff
path: root/compiler/InterpreterUtils.ml
diff options
context:
space:
mode:
authorEscherichia2024-03-26 12:14:32 +0100
committerEscherichia2024-03-28 15:30:32 +0100
commit7a304e990d80dc052f63f66401544040fa0f2728 (patch)
tree584a2f38ad0f80601654af0e9fcf9d3b96d901ac /compiler/InterpreterUtils.ml
parentd6ea35868e30bbc7542bfa09bb04d5b6cbe93b22 (diff)
added a meta option field to norm_ctx and changed the meta used by some assert to the norm_ctx one
Diffstat (limited to 'compiler/InterpreterUtils.ml')
-rw-r--r--compiler/InterpreterUtils.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/InterpreterUtils.ml b/compiler/InterpreterUtils.ml
index 48869739..b5402bb0 100644
--- a/compiler/InterpreterUtils.ml
+++ b/compiler/InterpreterUtils.ml
@@ -514,7 +514,7 @@ let instantiate_fun_sig (meta : Meta.meta) (ctx : eval_ctx) (generics : generic_
in
(* Substitute the signature *)
let inst_sig =
- AssociatedTypes.ctx_subst_norm_signature ctx asubst rsubst tsubst cgsubst
+ AssociatedTypes.ctx_subst_norm_signature meta ctx asubst rsubst tsubst cgsubst
tr_subst tr_self sg regions_hierarchy
in
(* Return *)