subsection
[msc-thesis1617.git] / mtask.control.tex
index 1bf3900..f578245 100644 (file)
@@ -15,7 +15,7 @@ The sequence operator is straightforward and its only function is to tie
 two expressions together. The left expression is executed first, followed by
 the right expression.
 
 two expressions together. The left expression is executed first, followed by
 the right expression.
 
-\begin{lstlisting}[%
+\begin{lstlisting}[language=Clean,%
        label={lst:control},caption={Control flow operators}]
 class IF v where
   IF :: (v Bool p) (v t q) (v s r) -> v () Stmt | ...
        label={lst:control},caption={Control flow operators}]
 class IF v where
   IF :: (v Bool p) (v t q) (v s r) -> v () Stmt | ...