summaryrefslogtreecommitdiff
path: root/Test/dafny4/GHC-MergeSort.dfy
Commit message (Collapse)AuthorAge
* Make /autoTriggers:1 to be default. Add /autoTriggers:0 to tests that requiresGravatar qunyanm2016-03-28
| | | | | it. Don't use pretty warning signs since we can't diff them correctly in the test output from the test run.
* Fix multiple tests that relied on z3 triggering on $BoxGravatar Clément Pit--Claudel2015-07-13
| | | | Found by enabling auto-generated triggers and looking for failing tests
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29
|
* Some simplifications to the proof of GHC MergeSort.Gravatar Rustan Leino2014-02-01
|
* GHC-MergeSort: removed lemmas and proof steps rendered unnecessary now that ↵Gravatar Rustan Leino2014-01-09
| | | | axioms for functions with match'es are no longer specialized
* Dafny renditions of sorting algorithms proved in other provers (Coq, ↵Gravatar Rustan Leino2014-01-08
Isabelle, F*)