[project @ 2002-05-10 16:18:28 by simonmar]
[haskell-directory.git] / System / IO / Unsafe.hs
index 3e2ade7..8fafec4 100644 (file)
@@ -8,11 +8,12 @@
 -- Stability   :  provisional
 -- Portability :  portable
 --
--- "Unsafe" IO operations.
+-- \"Unsafe\" IO operations.
 --
 -----------------------------------------------------------------------------
 
 module System.IO.Unsafe (
+   -- * Unsafe 'IO' operations
    unsafePerformIO,    -- :: IO a -> a
    unsafeInterleaveIO, -- :: IO a -> IO a
   ) where