[ch05 tweaks John Goerzen **20070613084101] { hunk ./en/ch05-typeclasses.xml 42 - write a simple function to perform that test, as seen in . For simplicity, we + write a simple function to perform that test. + For simplicity, we hunk ./en/ch05-typeclasses.xml 47 - - Naive Equality -- Strings (naiveeq.hs) - &naiveeq.hs:string; - + &naiveeq.hs:string; hunk ./en/ch05-typeclasses.xml 58 - FIXME: I don't like this explanation, or maybe just not here.. - maybe move to later on. --jg hunk ./en/ch05-typeclasses.xml 145 -$ ghci eqclasses.hs -[1 of 1] Compiling Main ( eqclasses.hs, interpreted ) -Ok, modules loaded: Main. hunk ./en/ch05-typeclasses.xml 159 - FIXME: formal example? --jg hunk ./en/ch05-typeclasses.xml 173 - have to implement one function. shows how - to do this. + have to implement one function. Here's an example that shows how to do + this. hunk ./en/ch05-typeclasses.xml 176 - - BasicEq3 Typeclass Definition (eqclasses.hs) - &eqclasses.hs:basiceq3; - + &eqclasses.hs:basiceq3; hunk ./en/ch05-typeclasses.xml 193 - FIXME: do we have rights to quote this? I figure it is probably - fair use in any case. -- jg + FIXME: How to cite sources on this? -- jg hunk ./en/ch05-typeclasses.xml 405 + FIXME: some of these tables don't render well under sgml2x. + Will need to verify that they look good under the O'Reilly + renderer. }