diff options
author | Son Ho | 2023-12-13 11:48:53 +0100 |
---|---|---|
committer | Son Ho | 2023-12-13 11:48:53 +0100 |
commit | 7630c45b7990d0df1db022f827e7de676ad4499a (patch) | |
tree | 83bb3a5b1ed9990d902b73a6dc4ce1700ad7cb4f | |
parent | 05a9a0f9b69f7e71ad8b7c5d80b395a96da37a17 (diff) |
Make a minor modification in a comment
Diffstat (limited to '')
-rw-r--r-- | compiler/InterpreterExpressions.mli | 2 |
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 : |