summaryrefslogtreecommitdiff
path: root/Test/dafny0/Refinement.dfy
Commit message (Expand)AuthorAge
* Dafny: allow signatures to be omitted on refining functions/methodsGravatar Unknown2012-02-16
* Dafny: improved error location for violations of function postconditionsGravatar Rustan Leino2012-01-18
* Dafny: allow a refinement to provide a function/method body if the function/m...Gravatar Rustan Leino2012-01-18
* Dafny: added signature checking to refinementGravatar Rustan Leino2012-01-17
* Dafny: allow class-member declarations at top level of any module (not just t...Gravatar Rustan Leino2012-01-10
* Dafny: added test case for refinement and predicates (and fixed a parsing bug)Gravatar Rustan Leino2012-01-10
* Dafny: added support for simple superposition refinementsGravatar Rustan Leino2012-01-09
* Dafny: added assertions in the refinement obligation necessitating that the r...Gravatar kyessenov2010-07-03
* Dafny: Support class type parameters in refinements. Added another regression...Gravatar kyessenov2010-07-02
* Dafny: added Carrol Morgan's calculator regression test.Gravatar kyessenov2010-07-02