From 594c7bf60e13e7a9083f935117a1d3e3c441b793 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 2 Feb 2005 15:22:54 +0000 Subject: [PATCH] [project @ 2005-02-02 15:22:54 by simonmar] Doc fix --- System/IO/Unsafe.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4