summaryrefslogtreecommitdiff
path: root/Util/latex/boogie.sty
diff options
context:
space:
mode:
authorGravatar rustanleino <unknown>2010-05-06 20:28:29 +0000
committerGravatar rustanleino <unknown>2010-05-06 20:28:29 +0000
commita2f70f46e1a4dfb513df45657178399269cec67d (patch)
treebacc4d411170492170faa80fd619a009da602650 /Util/latex/boogie.sty
parente9c25e761ad3a5e31e077f7bb595bfc10618c2bb (diff)
Dafny:
* First crack at a compiler (/compile:1 writes out.cs, if Dafny program verifies) * Added "print" statement (to make running compiled programs more interesting) * Changed name of default class from $default to _default Boogie: * Included "lambda" as a keyword in emacs and latex style files
Diffstat (limited to 'Util/latex/boogie.sty')
-rw-r--r--Util/latex/boogie.sty1
1 files changed, 1 insertions, 0 deletions
diff --git a/Util/latex/boogie.sty b/Util/latex/boogie.sty
index bda9f10a..30a18b82 100644
--- a/Util/latex/boogie.sty
+++ b/Util/latex/boogie.sty
@@ -53,6 +53,7 @@
{<==>}{$\Longleftrightarrow$}4
{forall}{$\forall$}1
{exists}{$\exists$}1
+ {lambda}{$\lambda$}1
% the following isn't actually Boogie, but it gives the option to produce nicer latex
{<<}{$\langle$}1
{>>}{$\rangle$}1