summaryrefslogtreecommitdiff
path: root/Test/dafny0/LiberalEquality.dfy
Commit message (Collapse)AuthorAge
* Switched use of List(IToken) in UserDefinedType to NameSegment/ExprDotName, ↵Gravatar leino2015-01-23
| | | | | | | so use the new name resolution machinery that handles modules and type parameters Included some inadvertently left-out test cases in dafny0/Modules0.dfy Fixed comparable-types tests
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29
|
* Dafny: fixed some test casesGravatar Jason Koenig2012-06-28
|
* Dafny: liberalized equality to work when the types could possibly be the sameGravatar Jason Koenig2012-06-13
(i.e. a != b is allowed when a: array<int> and b: array<T>)