[project @ 2002-06-03 13:19:37 by simonmar]
[ghc-base.git] / Control / Concurrent / Chan.hs
index 09afdb5..1b89f29 100644 (file)
@@ -113,7 +113,7 @@ isEmptyChan (Chan read write) = do
 -- Operators for interfacing with functional streams.
 
 -- |Return a lazy list representing the contents of the supplied
--- 'Chan', much like 'IO.hGetContents'.
+-- 'Chan', much like 'System.IO.hGetContents'.
 getChanContents :: Chan a -> IO [a]
 getChanContents ch
   = unsafeInterleaveIO (do