Merge branch 'master' of git.martlubbers.net:msc-thesis1617
[msc-thesis1617.git] / edsl.class.tex
index a2456d9..8da1d27 100644 (file)
@@ -20,7 +20,7 @@ choose to implement only parts of the collection of classes.
 In contrast to deep embedding, it is very well possible to have multiple views
 applied on the same expression. This is also shown in the following listing.
 
-\begin{lstlisting}[label={lst:exclassshallow},%
+\begin{lstlisting}[language=Clean,label={lst:exclassshallow},%
        caption={A minimal class based shallow \gls{EDSL}}]
 :: Env   = ...            // Some environment
 :: Evaluator a = Evaluator (Env -> a)