summaryrefslogtreecommitdiff
path: root/Test/dafny2/Calculations.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.
* Stop pretty-print from emitting deprecated semi-colons.Gravatar qunyanm2015-03-05
|
* New logical encoding of types with Is and IsAllocGravatar Dan Rosén2014-07-07
|
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29
|
* Renamed "parallel" statement to "forall" statement, and made the parentheses ↵Gravatar Rustan Leino2013-03-06
| | | | around the bound variables optional.
* Added tests: parallel calc, better well-formedness checks, calc expression.Gravatar Nadia Polikarpova2013-02-15
|
* Updated a test in dafny2 with the new calc syntax.Gravatar Nadia Polikarpova2013-02-14
|
* Report error if type of a quantified variable cannot be inferredGravatar Rustan Leino2013-02-11
|
* added two "calc" proofs (by Nadia) of the MajorityVote exampleGravatar Unknown2012-10-19
|
* Use expression splitting for checking calculation stepsGravatar Nadia Polikarpova2012-09-23
|
* Allow multiple calc/block statements in a hint. Removed the empty calc test ↵Gravatar Nadia Polikarpova2012-09-19
| | | | from dafny2/Calculations, as it actually belongs in dafny0.
* Allow empty calc statementsGravatar Nadia Polikarpova2012-09-19
|
* Dafny: some test cases for "calc" (very cool!)Gravatar Unknown2012-09-17