From 22c526677ac768996e0197a8d37f682a9916e2d8 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 20 Jan 2010 18:02:33 +0100 Subject: [PATCH] Add dummy macro for Haskell code. --- "c\316\273ash.tex" | 4 ++++ 1 file changed, 4 insertions(+) diff --git "a/c\316\273ash.tex" "b/c\316\273ash.tex" index f3988f5..02ae66a 100644 --- "a/c\316\273ash.tex" +++ "b/c\316\273ash.tex" @@ -352,6 +352,10 @@ \def\VHDL{\textsc{VHDL}} \def\GHC{\textsc{GHC}} +% Macro for pretty printing haskell snippets. Just monospaced for now, perhaps +% we'll get something more complex later on. +\def\hs#1{\texttt{#1}} + \begin{document} % % paper title -- 2.30.2