diff options
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 fa717041..3beba610 100644 --- a/compiler/InterpreterExpressions.mli +++ b/compiler/InterpreterExpressions.mli @@ -64,7 +64,7 @@ val eval_operands : Transmits the computed rvalue to the received continuation. - Note that this function fails on {!constructor:E.Discriminant}: discriminant + Note that this function fails on {!constructor:Aeneas.Expressions.rvalue.Discriminant}: discriminant reads should have been eliminated from the AST. *) val eval_rvalue_not_global : |