diff options
author | Son Ho | 2022-12-15 20:41:41 +0100 |
---|---|---|
committer | Son HO | 2023-02-03 11:21:46 +0100 |
commit | c9bc12605e0760a2f452af47badb42a0069e60c6 (patch) | |
tree | 71317a8b63c59c9f02dd9f874bffb7ecc879fad8 /compiler/InterpreterExpressions.ml | |
parent | 20332f3faa5e1205602c946f1c7abb9b6660e6f0 (diff) |
Make good progress on updating SymbolicToPure
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 : |