summaryrefslogtreecommitdiff
path: root/Test/dafny0/DatatypeUpdate.dfy
Commit message (Collapse)AuthorAge
* Introduced new datatype update syntax: D.(f := E)Gravatar leino2015-10-23
| | | | | The old syntax, D[f := E], is still supported for a short while, but generates a warning about that syntax being deprecated. The new syntax also supports multiple updates: D.(f := E0, g := E1, h := E2)
* Stop pretty-print from emitting deprecated semi-colons.Gravatar qunyanm2015-03-05
|
* Snapshot, to be continuedGravatar leino2014-12-02
|
* Fixed a bug in the Substituter for datatype update expressions.Gravatar leino2014-10-28
|
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29
|
* Basic support for datatype-update syntatic sugarGravatar Bryan Parno2014-04-03