summaryrefslogtreecommitdiff
path: root/Test/dafny2/MajorityVote.dfy
Commit message (Collapse)AuthorAge
* Dafny: Since it's no longer true that all types support equality at run-time ↵Gravatar Unknown2012-06-21
| | | | (in particular, codatatypes), Dafny needs to check this. In these changes, Dafny supports the "(==)" suffix to type parameters, infers that suffix in some cases, and enforces equality support in many places. Refinement and datatypes still need more attention in the Dafny implementation.
* Dafny: added another version of the majority finding algorithm to the test suiteGravatar Unknown2012-06-12
|
* Dafny: added some test programsGravatar Rustan Leino2012-06-08