summaryrefslogtreecommitdiff
path: root/Test/dafny0/RefinementErrors.dfy
Commit message (Collapse)AuthorAge
* Allow forall statements in refinementsGravatar leino2015-07-31
|
* Disallow parentheses-less declarations of predicates and co-predicates, ↵Gravatar leino2014-08-27
| | | | along with a backward-compatibility warning message if such declarations are attempted
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29
|
* Dafny: added syntactic support for ...'s in statements, and started ↵Gravatar Unknown2012-02-18
| | | | implementation of refinement transformations thereof
* Dafny: added signature checking to refinementGravatar Rustan Leino2012-01-17
|
* Dafny: added support for simple superposition refinementsGravatar Rustan Leino2012-01-09
|
* Dafny: better error reporting on resolution of refinements. Replace ↵Gravatar kyessenov2010-07-14
assertions with "if"s to handle errors gently and add cycle detection check.