summaryrefslogtreecommitdiff
path: root/Test/dafny0/OpaqueFunctions.dfy
Commit message (Expand)AuthorAge
* Mark old "import A as B" syntax as deprecated. The new syntax is "import A : B"Gravatar qunyanm2016-02-02
* This changeset changes the default visibility of a function/predicate body ou...Gravatar leino2015-03-09
* Fixed bug in opaque functions with type parametersGravatar leino2015-01-07
* Make reveal axioms from opaque functions quantify over layersGravatar Dan Rosén2014-07-10
* New logical encoding of types with Is and IsAllocGravatar Dan Rosén2014-07-07
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29
* Fix a bug in the interaction between opaque and genericsGravatar Bryan Parno2014-01-23
* Don't expand {:opaque} for inherited functions. (Note, more design is still ...Gravatar Rustan Leino2013-12-17
* Don't inline opaque functions.Gravatar Rustan Leino2013-12-17
* Make functions and predicates be opaque outside the defining module -- only t...Gravatar Rustan Leino2013-07-29