summaryrefslogtreecommitdiff
path: root/Test/dafny0/LetExpr.dfy
Commit message (Collapse)AuthorAge
* Dafny: fixed well-formedness checking of LET expressions to allow the RHS to ↵Gravatar Rustan Leino2012-02-29
| | | | be used
* Dafny: Fixed a bug in the printing of let expressions.Gravatar wuestholz2012-01-24
|
* Dafny: added let expressions (syntax: "var x := E0; E1")Gravatar Rustan Leino2011-11-14
Dafny: firmed up semantics of assert/assume expressions (the condition is now good for all program control paths that pass through the expression) Dafny: various implementation clean-ups