From: Matthijs Kooijman <matthijs@stdin.nl>
Date: Tue, 8 Dec 2009 10:18:03 +0000 (+0100)
Subject: Replace a starttyping with starthaskell.
X-Git-Tag: final-thesis~37
X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=313351372e8c609c2875902d9c9a2b89f7c97032;p=matthijs%2Fmaster-project%2Freport.git

Replace a starttyping with starthaskell.
---

diff --git a/Chapters/Prototype.tex b/Chapters/Prototype.tex
index eb66f00..73873bd 100644
--- a/Chapters/Prototype.tex
+++ b/Chapters/Prototype.tex
@@ -902,9 +902,9 @@
       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