diff options
author | Camil Staps | 2016-04-28 15:58:48 +0200 |
---|---|---|
committer | Camil Staps | 2016-04-28 15:58:48 +0200 |
commit | bb7ef3b4fd0b9fce274039d1eb6edc7c28c97084 (patch) | |
tree | 41d18e0a8b8862d8ec1ae16f399b651211b97d90 /smurf.sty | |
parent | Fix Get regel (diff) |
Labda regel
Diffstat (limited to 'smurf.sty')
-rw-r--r-- | smurf.sty | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ % General \def\isdef{\stackrel{\text{def}}{=}} +\def\axjustifies{\thickness0em\justifies} % Parsing \def\parsepgmop{\mathit{Parse}} @@ -57,12 +58,12 @@ % Rules \def\rule#1#2{[\mbox{#1}_{\mbox{\footnotesize{#2}}}]} +\def\rlambdans{\rule{$\lambda$}{ns}} \def\rheadns{\rule{head}{ns}} \def\rgetns{\rule{get}{ns}} \def\rputns{\rule{put}{ns}} \def\rinputns{\rule{input}{ns}} \def\routputns{\rule{output}{ns}} - \def\rexecns{\rule{exec}{ns}} % Common names |