diff options
author | Rustan Leino <leino@microsoft.com> | 2011-10-21 18:22:59 -0700 |
---|---|---|
committer | Rustan Leino <leino@microsoft.com> | 2011-10-21 18:22:59 -0700 |
commit | 4c57fc24599d55b2a1d2543c68513eda1ecd7420 (patch) | |
tree | a8ca467cc480f20d4ea94b6bbaca78a3cd0b4753 /Util/latex | |
parent | 03bd32f80f797ff3f51d8aaecbb9449ebaacb770 (diff) |
Dafny: changed triggers (which are never really used, anyhow) from having a special syntactic form to being just an attribute
Dafny: added "parallel" statement (so far, only parsing and resolving)
Dafny: allow types on bound variables in "match" expressions/statements (there's never any incentive to list them explicitly in the program text, but it nevertheless seemed silly to forbid them)
Diffstat (limited to 'Util/latex')
-rw-r--r-- | Util/latex/dafny.sty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Util/latex/dafny.sty b/Util/latex/dafny.sty index ebcd7fb6..809c6fc4 100644 --- a/Util/latex/dafny.sty +++ b/Util/latex/dafny.sty @@ -13,7 +13,7 @@ % expressions
match,case,false,true,null,old,fresh,allocated,choose,this,
% statements
- assert,assume,print,new,havoc,if,then,else,while,invariant,break,label,return,foreach,
+ assert,assume,print,new,havoc,if,then,else,while,invariant,break,label,return,foreach,parallel,
},
literate=%
{:}{$\colon$}1
|