summaryrefslogtreecommitdiff
path: root/Test/dafny0/RealTypes.dfy
Commit message (Collapse)AuthorAge
* Allow underscores in numeric literals (and in field/destructor names that ↵Gravatar leino2014-10-23
| | | | | | are written as numeric strings). The underscores have no semantic meaning, but can help a human parse the numbers.
* Added .Trunc field to real-based typesGravatar leino2014-08-21
| | | | Changed semantics of real-to-int conversions--these now have a precondition that the number converted is already an integer
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29
|
* Allow unary minus on realsGravatar Rustan Leino2014-02-13
|
* Updated test suite after a Boogie bug fix for realsGravatar Rustan Leino2014-02-10
|
* Add basic tests for realsGravatar Bryan Parno2014-02-10