From 936686aad91d4b78a43a3cd8db52cc591280ff96 Mon Sep 17 00:00:00 2001 From: panne Date: Tue, 6 Apr 2004 08:54:02 +0000 Subject: [PATCH] [project @ 2004-04-06 08:54:02 by panne] Tiny fix in Haddock markup --- GHC/IOBase.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4