From: Adam Vogt Date: Fri, 23 Apr 2010 02:21:03 +0000 (+0000) Subject: Correct haddock formatting. X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=67f3b1514b227b642f301d6754b2953167b5ddb5;p=ghc-base.git Correct haddock formatting. --- 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