summaryrefslogtreecommitdiff
path: root/compiler/InterpreterLoopsFixedPoint.mli
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--compiler/InterpreterLoopsFixedPoint.mli4
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler/InterpreterLoopsFixedPoint.mli b/compiler/InterpreterLoopsFixedPoint.mli
index 4fc36598..d367c94c 100644
--- a/compiler/InterpreterLoopsFixedPoint.mli
+++ b/compiler/InterpreterLoopsFixedPoint.mli
@@ -80,7 +80,9 @@ val compute_loop_entry_fixed_point :
config ->
Meta.meta ->
loop_id ->
- Cps.st_cm_fun ->
+ (* This function is the function to evaluate the loop body (eval_statement applied
+ to the proper arguments) *)
+ Cps.stl_cm_fun ->
eval_ctx ->
eval_ctx * ids_sets * abs SymbolicAst.region_group_id_map