Difference between revisions of "HaskellWiki:Bug reports"

From HaskellWiki
Jump to navigation Jump to search
Line 3: Line 3:
 
--
 
--
 
Yes, it's apparently a bug in the syntax highlighter. See [[TestMarkupBreakage]]
 
Yes, it's apparently a bug in the syntax highlighter. See [[TestMarkupBreakage]]
 
 
I found a couple of bugs in A Gentle Introduction to Haskell 98 (I reached that document from this wiki, and saw nowhere to report bugs):
 
* Section 6.1: "See section 4.2.3 of the report for a more discussion" -> "for more discussion"
 
* Section 7.4: "getContents" should be "hGetContents"
 

Revision as of 14:23, 29 June 2006

Check out the last line of code in GuessRandom... the htmlification is messed up, it seems.

-- Yes, it's apparently a bug in the syntax highlighter. See TestMarkupBreakage