summaryrefslogtreecommitdiff
path: root/compiler/InterpreterExpressions.mli
diff options
context:
space:
mode:
authorSon Ho2023-12-13 11:48:53 +0100
committerSon Ho2023-12-13 11:48:53 +0100
commit7630c45b7990d0df1db022f827e7de676ad4499a (patch)
tree83bb3a5b1ed9990d902b73a6dc4ce1700ad7cb4f /compiler/InterpreterExpressions.mli
parent05a9a0f9b69f7e71ad8b7c5d80b395a96da37a17 (diff)
Make a minor modification in a comment
Diffstat (limited to '')
-rw-r--r--compiler/InterpreterExpressions.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/InterpreterExpressions.mli b/compiler/InterpreterExpressions.mli
index f8d979f4..b975371c 100644
--- a/compiler/InterpreterExpressions.mli
+++ b/compiler/InterpreterExpressions.mli
@@ -52,7 +52,7 @@ val eval_operands :
Transmits the computed rvalue to the received continuation.
- Note that this function fails on {!constructor:Aeneas.Expressions.rvalue.Discriminant}: discriminant
+ Note that this function fails on {!Aeneas.Expressions.rvalue.Discriminant}: discriminant
reads should have been eliminated from the AST.
*)
val eval_rvalue_not_global :