fix listings, process comments
[msc-thesis1617.git] / mtask.expr.tex
index 62e9502..ce572dc 100644 (file)
@@ -7,7 +7,7 @@ brevity. Moreover, the class restrictions are only shown in the first functions
 and are omitted in subsequent functions. Both the boolean expression and
 arithmetic expression classes are shown in Listing~\ref{lst:arithbool}.
 
-\begin{lstlisting}[label={lst:arithbool},
+\begin{lstlisting}[language=Clean,label={lst:arithbool},
        caption={Basic classes for expressions}]
 class arith v where
   lit           :: t -> v t Expr