X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=Utils%2FLambda.tex;h=9486fe3075c397058c3565cba3d461308a5cb1e3;hp=e4f2a1bfe36b19f3d861f4489908515e8b40e0c8;hb=1687b8573daf7ee73241fa2651ac5bed07c10cdf;hpb=43d50fb84915e330993e9ef04c1c380709b903e0 diff --git a/Utils/Lambda.tex b/Utils/Lambda.tex index e4f2a1b..9486fe3 100644 --- a/Utils/Lambda.tex +++ b/Utils/Lambda.tex @@ -14,3 +14,10 @@ \installprettytype [TRANS] [TRANS] % Define \starttrans \stoptrans \definetyping[trans][option=TRANS,style=normal,before=,after=] + +% Install the haskell pretty-printer, as defined in pret-haskell.lua. +\installprettytype [HASKELL] [HASKELL] +% Define \starthaskell \stophaskell +\definetyping[haskell][option=HASKELL,before=,after=] +% Define \hs +\definetype[hs][option=HASKELL,style=mono]