fix listings, process comments
[msc-thesis1617.git] / top.combinators.tex
index 8b39db9..a60dab0 100644 (file)
@@ -5,7 +5,7 @@ combinators are derived from the basic combinators. Type signatures of
 simplified versions of the basic combinators and their derivations are given in
 Listing~\ref{lst:combinators}
 
-\begin{lstlisting}[%
+\begin{lstlisting}[language=Clean,%
        caption={\Gls{Task}-combinators},label={lst:combinators}]
 //Step combinator
 (>>=)  infixl 1 :: (Task a) (a -> Task b)         -> Task b   | iTask a & iTask b