From: simonmar Date: Wed, 2 Feb 2005 15:22:54 +0000 (+0000) Subject: [project @ 2005-02-02 15:22:54 by simonmar] X-Git-Tag: nhc98-1-18-release~32 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=594c7bf60e13e7a9083f935117a1d3e3c441b793;p=ghc-base.git [project @ 2005-02-02 15:22:54 by simonmar] Doc fix --- diff --git a/System/IO/Unsafe.hs b/System/IO/Unsafe.hs index 96a252e..e72713c 100644 --- a/System/IO/Unsafe.hs +++ b/System/IO/Unsafe.hs @@ -14,7 +14,7 @@ ----------------------------------------------------------------------------- module System.IO.Unsafe ( - -- * Unsafe 'IO' operations + -- * Unsafe 'System.IO.IO' operations unsafePerformIO, -- :: IO a -> a unsafeInterleaveIO, -- :: IO a -> IO a ) where