You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two compilation errors.
Functions without arguments also required to implement the Dafny trait in the runtime.
Moreover, since now all closures borrow their parameters, we should update the runtime so that it reflects that.
What type of operating system are you experiencing the problem on?
Windows
The text was updated successfully, but these errors were encountered:
Dafny version
Latest nightly
Code to produce this issue
Command to run and resulting output
What happened?
Two compilation errors.
Functions without arguments also required to implement the Dafny trait in the runtime.
Moreover, since now all closures borrow their parameters, we should update the runtime so that it reflects that.
What type of operating system are you experiencing the problem on?
Windows
The text was updated successfully, but these errors were encountered: