summaryrefslogtreecommitdiff
path: root/compiler/InterpreterStatements.ml
diff options
context:
space:
mode:
authorSon Ho2023-11-27 15:57:55 +0100
committerSon Ho2023-11-27 15:57:55 +0100
commit6f8f1213e056804eda4c521922cdf45f4e92a509 (patch)
tree2f37dd1328fed60467d83f278fbd578fbefce971 /compiler/InterpreterStatements.ml
parent8a6c26355ef82de725ed643f4a3c40ed54d1b4c7 (diff)
Fix the issues with the cross-references for OCaml doc
Diffstat (limited to '')
-rw-r--r--compiler/InterpreterStatements.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/InterpreterStatements.mli b/compiler/InterpreterStatements.mli
index d84e8be6..3832d02f 100644
--- a/compiler/InterpreterStatements.mli
+++ b/compiler/InterpreterStatements.mli
@@ -10,7 +10,7 @@ open Cps
dummy variables, after ending the proper borrows of course) but the return
variable, move the return value out of the return variable, remove all the
local variables (but preserve the abstractions!), remove the
- {!constructor:env_elem.Frame} indicator delimiting the current frame and
+ {!constructor:Contexts.env_elem.EFrame} indicator delimiting the current frame and
handle the return value to the continuation.
If the boolean is false, we don't move the return value, and call the