diff options
author | Rustan Leino <leino@microsoft.com> | 2012-10-11 19:24:41 -0700 |
---|---|---|
committer | Rustan Leino <leino@microsoft.com> | 2012-10-11 19:24:41 -0700 |
commit | 9368c8aa9d95ae4e1cfbed54c2996c6ef41d61b3 (patch) | |
tree | 324ff8db27b02c1f1ea99999a5a900458de7b07e /Util/latex | |
parent | 3feed5acae37f5cfcbb6b25d25117d70faa3e430 (diff) |
New feature:
* Added "comethod" declarations and support for writing manual co-inductive proofs (but currently blindly assume comethod postconditions to, in positive positions, only have copredicates and codatatype equalities--other cases still need to be dealt with)
Code restructuring:
* New set of Boogie procedure stubs generated for each other
* Start of improvements around TrSplitExpr
Diffstat (limited to 'Util/latex')
-rw-r--r-- | Util/latex/dafny.sty | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Util/latex/dafny.sty b/Util/latex/dafny.sty index 879b90cb..8ac9defe 100644 --- a/Util/latex/dafny.sty +++ b/Util/latex/dafny.sty @@ -9,7 +9,8 @@ bool,nat,int,object,set,multiset,seq,array,array2,array3,map,
function,predicate,copredicate,
ghost,var,static,refines,
- method,constructor,returns,yields,module,import,default,opened,as,in,
+ method,constructor,comethod,
+ returns,yields,module,import,default,opened,as,in,
requires,modifies,ensures,reads,decreases,free,
% expressions
match,case,false,true,null,old,fresh,choose,this,
|