summaryrefslogtreecommitdiff
path: root/Test/dafny0/DatatypeUpdateResolution.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)