summaryrefslogtreecommitdiff
path: root/Test/dafny0/EqualityTypes.dfy
Commit message (Collapse)AuthorAge
* Fixed bugs in the parsing of explicit type arguments.Gravatar Rustan Leino2015-07-16
| | | | | Fixed resolution bug where some type arguments were not checked to have been determined. Fixed resolution bugs where checking for equality-supporting types was missing.
* Stop pretty-print from emitting deprecated semi-colons.Gravatar qunyanm2015-03-05
|
* Check for proper use of equality-supporting types also in local variables ↵Gravatar leino2014-08-13
| | | | and forall statements, and more expressions
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29
|
* Datatypes with ghost fields (that is, with constructors with ghost ↵Gravatar Rustan Leino2013-07-09
| | | | | | parameters) do not support equality, since the ghost fields will be erased during compilation. Allow any equalities to be passed in for ghost parameters.
* Dafny: fixed some test casesGravatar Jason Koenig2012-06-28