From: panne Date: Tue, 6 Apr 2004 08:54:02 +0000 (+0000) Subject: [project @ 2004-04-06 08:54:02 by panne] X-Git-Tag: nhc98-1-18-release~330 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=936686aad91d4b78a43a3cd8db52cc591280ff96;p=ghc-base.git [project @ 2004-04-06 08:54:02 by panne] Tiny fix in Haddock markup --- diff --git a/GHC/IOBase.lhs b/GHC/IOBase.lhs index b669a11..5aec209 100644 --- a/GHC/IOBase.lhs +++ b/GHC/IOBase.lhs @@ -167,7 +167,7 @@ It is less well known that > > main = do > writeIORef test [42] -> bang \<- readIORef test +> bang <- readIORef test > print (bang :: [Char]) This program will core dump. This problem with polymorphic references