X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Chapters%2FPrototype.tex;h=73873bd2d2fd0115a142713cd2210de3f63d79aa;hb=898bdb75483e570effe1a926592fc938419d83e9;hp=eb66f002e1cb1731651164fd09e6754057ba9720;hpb=8ba14df19118e9880661452d6dc17ef1221fffb9;p=matthijs%2Fmaster-project%2Freport.git 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