Merge branch 'master' of git.martlubbers.net:msc-thesis1617
[msc-thesis1617.git] / edsl.shallow.tex
index b7616b6..472c639 100644 (file)
@@ -3,7 +3,7 @@ the host language. An evaluator view for the example language then can be
 implemented as the code shown in Listing~\ref{lst:exshallow}. Note that much of
 the internals of the language can be hidden using monads.
 
-\begin{lstlisting}[label={lst:exshallow},%
+\begin{lstlisting}[language=Clean,label={lst:exshallow},%
        caption={A minimal shallow \gls{EDSL}}]
 :: Env   = ...            // Some environment
 :: DSL a = DSL (Env -> a)