summaryrefslogtreecommitdiff
path: root/Test/dafny0/LiberalEquality.dfy
Commit message (Collapse)AuthorAge
* 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>)