summaryrefslogtreecommitdiff
path: root/compiler/InterpreterLoopsFixedPoint.mli
diff options
context:
space:
mode:
authorSon HO2024-06-04 14:05:44 +0200
committerGitHub2024-06-04 14:05:44 +0200
commitafc4e62ce7a584da0bb0a7350533e321388be545 (patch)
tree89f3b6999e1697595f1c3fbb2d9c4d8c60a69e49 /compiler/InterpreterLoopsFixedPoint.mli
parent4a31acdff7a5dfdc26bf25ad25bb8266b790f891 (diff)
parent3ad6c4712fd41efec55f29af5ccc31f68a0e12cf (diff)
Merge pull request #228 from AeneasVerif/son/loops2
Add support for projection markers when joining environments
Diffstat (limited to '')
-rw-r--r--compiler/InterpreterLoopsFixedPoint.mli5
1 files changed, 3 insertions, 2 deletions
diff --git a/compiler/InterpreterLoopsFixedPoint.mli b/compiler/InterpreterLoopsFixedPoint.mli
index 59d42812..8db7b973 100644
--- a/compiler/InterpreterLoopsFixedPoint.mli
+++ b/compiler/InterpreterLoopsFixedPoint.mli
@@ -81,10 +81,11 @@ val compute_loop_entry_fixed_point :
Meta.span ->
loop_id ->
(* This function is the function to evaluate the loop body (eval_statement applied
- to the proper arguments) *)
+ to the proper arguments). We need to take it as input because [compute_loop_entry_fixed_point]
+ is mutually recursive with [eval_statement], but doesn't live in the same module. *)
Cps.stl_cm_fun ->
eval_ctx ->
- eval_ctx * ids_sets * abs SymbolicAst.region_group_id_map
+ eval_ctx * ids_sets * AbstractionId.id SymbolicAst.region_group_id_map
(** For the abstractions in the fixed point, compute the correspondance between
the borrows ids and the loans ids, if we want to introduce equivalent