summaryrefslogtreecommitdiff
path: root/Test/dafny3/CalcExample.dfy
Commit message (Collapse)AuthorAge
* Renamed "ghost method" to "lemma" whenever appropriate (which is most of the ↵Gravatar Rustan Leino2015-07-28
| | | | | | time) in the test suite. Removed some assertions that have been rendered unnecessary because of the computations that Dafny instructs the SMT solver to do.
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29
|
* Changed calc syntax (custom operators are now written before the hint)Gravatar Nadia Polikarpova2013-02-08
|
* Added some co- test cases. Fixed some bugs.Gravatar Rustan Leino2013-01-20