summaryrefslogtreecommitdiff
path: root/Test/dafny0/EqualityTypes.dfy.expect
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.
* Snapshot, to be continuedGravatar leino2014-12-02
|
* Check for proper use of equality-supporting types also in local variables ↵Gravatar leino2014-08-13
| | | | and forall statements, and more expressions
* Fixed bug Issue 37: expand type synonyms in more (hopefully all) places in ↵Gravatar leino2014-08-02
| | | | the resolver and translator
* Renamed "arbitrary type" to "opaque type"Gravatar Rustan Leino2014-07-15
|
* Support for type synonyms in refinementsGravatar Rustan Leino2014-07-14
| | | | Started allowing arbitrary types to have type parameters
* Fixed issues with absolute file names in the expected output for the lit tests.Gravatar wuestholz2014-06-04
|
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29