summaryrefslogtreecommitdiff
path: root/compiler/Interpreter.ml
diff options
context:
space:
mode:
authorSon Ho2023-01-06 01:21:48 +0100
committerSon HO2023-02-03 11:21:46 +0100
commit2935706e2670a6aad0a01f4ffa29803574a687ed (patch)
treef96485ca3cba8a8427d300bb2a8b00e8284b5d72 /compiler/Interpreter.ml
parenta2e52dd8e4f53600c74744026aeae15d99d104b0 (diff)
Fix the comments for ocamldoc
Diffstat (limited to '')
-rw-r--r--compiler/Interpreter.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/Interpreter.ml b/compiler/Interpreter.ml
index c87aa6f2..a69b7b51 100644
--- a/compiler/Interpreter.ml
+++ b/compiler/Interpreter.ml
@@ -126,7 +126,7 @@ let initialize_symbolic_context_for_fun (type_context : C.type_context)
the synthesis (mostly by ending abstractions).
[is_regular_return]: [true] if we reached a [Return] instruction (i.e., the
- result is {!Return} or {!LoopReturn}).
+ result is {!constructor:Cps.statement_eval_res.Return} or {!constructor:Cps.statement_eval_res.LoopReturn}).
[inside_loop]: [true] if we are *inside* a loop (result [EndContinue]).
*)