summaryrefslogtreecommitdiff
path: root/Test/dafny0/FunctionSpecifications.dfy.expect
Commit message (Collapse)AuthorAge
* Do postponsed reads checking also for the body of functions -- see ↵Gravatar Rustan Leino2015-06-15
| | | | | | Test/dafny0/Reads.dfy for benefits. (Unfortunately, this loses track of the "postcondition might not hold on this return path" locations, see Test/dafny0/FunctionSpecifications.dfy.)
* Postpone reads checks of function preconditions until after the entire ↵Gravatar leino2015-06-15
| | | | precondition has otherwise been checked for well-formedness
* Combined some common routines into CheckWellformedAndAssume, which also ↵Gravatar leino2015-06-12
| | | | allows an improvement of the generated Boogie (which will be especially good soon, when reads-clause checking may change)
* Snapshot, to be continuedGravatar leino2014-12-02
|
* Make reveal axioms from opaque functions quantify over layersGravatar Dan Rosén2014-07-10
|
* 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