[project @ 2002-06-03 13:19:37 by simonmar]
authorsimonmar <unknown>
Mon, 3 Jun 2002 13:19:37 +0000 (13:19 +0000)
committersimonmar <unknown>
Mon, 3 Jun 2002 13:19:37 +0000 (13:19 +0000)
IO.hGetContents ==> System.IO.hGetContents (in docs)

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