projects
/
matthijs
/
master-project
/
report.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
154ed90
)
Replace a starttyping with starthaskell.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Tue, 8 Dec 2009 10:18:03 +0000
(11:18 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Tue, 8 Dec 2009 10:18:03 +0000
(11:18 +0100)
Chapters/Prototype.tex
patch
|
blob
|
history
diff --git
a/Chapters/Prototype.tex
b/Chapters/Prototype.tex
index eb66f002e1cb1731651164fd09e6754057ba9720..73873bd2d2fd0115a142713cd2210de3f63d79aa 100644
(file)
--- 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):
- \start
typing
+ \start
haskell
State (State Bit, State (State Word, Bit), Word)
- \stop
typing
+ \stop
haskell
We cannot leave all these \hs{State} type constructors out, since that
would change the type (unlike when using type synonyms). However, when