Add a haskell pretty printer.
[matthijs/master-project/report.git] / Utils / Lambda.tex
index e4f2a1bfe36b19f3d861f4489908515e8b40e0c8..b5b2e7a85e37e3685247ba12ec23e94cad37be3d 100644 (file)
@@ -14,3 +14,8 @@
 \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=]