Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Implement assigned(e) expression #5501

Merged
merged 8 commits into from
May 30, 2024
Merged
Prev Previous commit
update section number
  • Loading branch information
alex-chew committed May 30, 2024
commit 61bf4199666ad0c703211eb7af3a41b38c511c7b
2 changes: 1 addition & 1 deletion docs/DafnyRef/Types.md
Original file line number Diff line number Diff line change
Expand Up @@ -1937,7 +1937,7 @@ Furthermore, for the compiler to be able to make an appropriate choice of
representation, the constants in the defining expression as shown above must be
known constants at compile-time. They need not be numeric literals; combinations
of basic operations and symbolic constants are also allowed as described
in [Section 9.38](#sec-compile-time-constants).
in [Section 9.39](#sec-compile-time-constants).

### 5.7.1. Conversion operations {#sec-conversion}

Expand Down