Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added a sequence update expression in Dafny. | rustanleino | 2009-11-06 |
| | |||
* | The Dafny call statement now automatically declares left-hand sides as local ↵ | rustanleino | 2009-11-05 |
| | | | | variables, if they were not already local variables. | ||
* | Introduced operator !in in Dafny. An expression "x !in S" is equivalent to ↵ | rustanleino | 2009-11-05 |
| | | | | | | | "!(x in S)". Changed Dafny test files to use the new operator. Included the file b8.dfy into the VSI-Benchmarks test harness. | ||
* | Initial set of files. | mikebarnett | 2009-07-15 |