We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
4.0
const x := set i <- PartA + PartB + PartC, j <- PartD :: f(i,j) const x := set i <- PartA + PartB + PartC, j <- PartD :: f(i,j)
The indentation of the collection set is lost:
Note the continuation indentation:
set someTotalSet <- PartA + PartB + PartC ::
it may be that the standard would be to indent to the <-. That is fine too, provided if I moved <- down it would get indented correctly. (it does not)
<-
Mac
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Dafny version
4.0
Code to produce this issue
What happened?
The indentation of the collection set is lost:
Note the continuation indentation:
it may be that the standard would be to indent to the
<-
.That is fine too, provided if I moved
<-
down it would get indented correctly.(it does not)
What type of operating system are you experiencing the problem on?
Mac
The text was updated successfully, but these errors were encountered: