summaryrefslogtreecommitdiff
path: root/Test/dafny0/DirtyLoops.dfy.expect
Commit message (Collapse)AuthorAge
* Updated test.Gravatar chmaria2014-11-06
|
* Added initial support for dirty while statements.Gravatar chmaria2014-11-01
|
* Added support for 'dirty' forall statements.Gravatar chmaria2014-06-03
One can now write forall statements without bodies (but with ensures clauses) as follows: forall s | s in S ensures s < 0; where S is set<int>. The ensures clauses are assumed but not checked.