summaryrefslogtreecommitdiff
path: root/Test/dafny0/Coinductive.dfy
Commit message (Collapse)AuthorAge
* Allow co-predicates to be wrapped inside bounded existential quantifiersGravatar Rustan Leino2013-08-04
|
* Fixed the problem with the previous check-in.Gravatar Rustan Leino2013-01-18
|
* Change the encoding of proof certificates to make the two levels explicitGravatar Unknown2012-10-12
| | | | Restrict what conclusions comethods are allowed to have
* Dafny: added copredicatesGravatar Rustan Leino2012-07-03
|
* Dafny: added resolution tests cases for inductive datatypesGravatar Unknown2012-04-27
|
* Dafny: fixed resolution bug for inductive datatypes (previous check did not ↵Gravatar Unknown2012-04-25
handle generic datatypes correctly) Dafny: fixed compiler bug in inductive datatypes (missing type parameters in emitted code) Dafny: added "codatatype" declaration (syntax only for now)