From 67f3b1514b227b642f301d6754b2953167b5ddb5 Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Fri, 23 Apr 2010 02:21:03 +0000 Subject: [PATCH] Correct haddock formatting. --- GHC/IO/Exception.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GHC/IO/Exception.hs b/GHC/IO/Exception.hs index 4bb01ca..2f09fd7 100644 --- a/GHC/IO/Exception.hs +++ b/GHC/IO/Exception.hs @@ -193,7 +193,7 @@ ioError = ioException -- | The Haskell 98 type for exceptions in the 'IO' monad. -- Any I\/O operation may raise an 'IOError' instead of returning a result. -- For a more general type of exception, including also those that arise --- in pure code, see 'Control.Exception.Exception'. +-- in pure code, see "Control.Exception.Exception". -- -- In Haskell 98, this is an opaque type. type IOError = IOException -- 1.7.10.4