X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=mtask.control.tex;h=f57824530b8013b2b02cfc0d283e5b019a672d4c;hb=20ea9da4247313e4ce6e3a385e2975424c62ebfe;hp=1bf3900ca9581d154071a4ed6a58973b52bc40c6;hpb=fea7435e5523f3d33529d08ab5f5f3f677afc666;p=msc-thesis1617.git diff --git a/mtask.control.tex b/mtask.control.tex index 1bf3900..f578245 100644 --- a/mtask.control.tex +++ b/mtask.control.tex @@ -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. -\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 | ...