Add vim modeline.
[matthijs/master-project/dsd-paper.git] / cλash.tex
index f3988f5264b0ae0872397fd1b1612e296882b324..9592c5e1e18bfb0d29cb66741e9191e3a3a69207 100644 (file)
 \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
@@ -597,4 +601,4 @@ H.~Kopka and P.~W. Daly, \emph{A Guide to \LaTeX}, 3rd~ed.\hskip 1em plus
 % that's all folks
 \end{document}
 
-
+% vim: set ai sw=2 sts=2 expandtab: