summaryrefslogtreecommitdiff
path: root/Test/dafny0/DiscoverBounds.dfy.expect
Commit message (Collapse)AuthorAge
* Changed computation of ghosts until pass 2 of resolution.Gravatar leino2015-09-28
| | | | | | | Other clean-up in resolution passes, like: Include everything of type "char" into bounds that are discovered, and likewise for reference types. Allow more set comprehensions, determining if they are finite based on their argument type. Changed CalcExpr.SubExpressions to not include computed expressions.
* Bounds discovery now takes newtype constraints into consideration.Gravatar leino2014-08-28