Replace a starttyping with starthaskell.
[matthijs/master-project/report.git] / Chapters / Prototype.tex
index eb66f002e1cb1731651164fd09e6754057ba9720..73873bd2d2fd0115a142713cd2210de3f63d79aa 100644 (file)
       needed. For example, consider the following state type (this is just the
       state type, not the entire function type):
 
-      \starttyping
+      \starthaskell
       State (State Bit, State (State Word, Bit), Word)
-      \stoptyping
+      \stophaskell
 
       We cannot leave all these \hs{State} type constructors out, since that
       would change the type (unlike when using type synonyms). However, when