summaryrefslogtreecommitdiff
path: root/Test/dafny0/Predicates.dfy
Commit message (Expand)AuthorAge
* Suppress many warnings in the test suite.Gravatar Clément Pit--Claudel2015-08-28
* This changeset changes the default visibility of a function/predicate body ou...Gravatar leino2015-03-09
* Stop pretty-print from emitting deprecated semi-colons.Gravatar qunyanm2015-03-05
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29
* Make functions and predicates be opaque outside the defining module -- only t...Gravatar Rustan Leino2013-07-29
* Split verification of quantifier expressions into #2 for checked and #1 for a...Gravatar Rustan Leino2013-01-23
* Dafny: updated test suite to new syntaxGravatar Jason Koenig2012-07-30
* Dafny: fixed some test casesGravatar Jason Koenig2012-06-28
* Dafny: in compiler, respect C#'s different scoping rules and lack of support ...Gravatar Unknown2012-06-14
* Dafny: Recheck specifications that contain refined (extended) predicates, eve...Gravatar Rustan Leino2012-01-16
* Dafny: handle refinement of nested tokens that come from SpliExpr (still need...Gravatar Rustan Leino2012-01-12
* Dafny: allow class-member declarations at top level of any module (not just t...Gravatar Rustan Leino2012-01-10
* Dafny: added test case for refinement and predicates (and fixed a parsing bug)Gravatar Rustan Leino2012-01-10
* Dafny: added predicatesGravatar Rustan Leino2012-01-10