diff options
author | Camil Staps | 2015-09-05 00:34:32 +0200 |
---|---|---|
committer | Camil Staps | 2015-09-05 00:34:32 +0200 |
commit | fa158ad898036a63d0ba36bd92ec57b35b5ebeab (patch) | |
tree | 9ac037cb3219c4b571a8e901fa71346fbe2a94c9 /ex9-4.tex | |
parent | Ex 9.5/9.6 (diff) |
Diffstat (limited to 'ex9-4.tex')
-rw-r--r-- | ex9-4.tex | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ \end{figure*} \begin{figure}[h] - \begin{minted}[bgcolor=mintedbg,tabsize=0,fontsize=\footnotesize]{text} + \begin{minted}[bgcolor=mintedbg,tabsize=0,fontsize=\footnotesize]{clean} tape_9_4 = [Just c \\ c <- fromString "baaabbaaacabab"] ex_9_4 :: TuringMachine Char ex_9_4 = { alphabet = ['a', 'b', 'c'], |