summaryrefslogtreecommitdiff
path: root/Test/hofs/Naked.dfy
Commit message (Collapse)AuthorAge
* Fixed bugs in encoding of preconditions of function values, Issue #84.Gravatar leino2015-06-30
|
* Compile lambda functions and apply expressions, and change let expr compilationGravatar Dan Rosén2014-08-12
|
* Add higher-order-functions and some other goodiesGravatar Dan Rosén2014-08-11
* The reads clause now needs to be self framing. * The requires clause now needs to be framed by the reads clause. * There are one-shot lambdas, with a single arrow, but they will probably be removed. * There is a {:heapQuantifier} attribute to quantifiers, but they will probably be removed. * Add smart handling of type variables * Add < and > for datatype & type parameter