From: simonmar Date: Mon, 3 Jun 2002 13:19:37 +0000 (+0000) Subject: [project @ 2002-06-03 13:19:37 by simonmar] X-Git-Tag: nhc98-1-18-release~989 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e808bedb91640f6caa079f435ee10c38c695935c;p=haskell-directory.git [project @ 2002-06-03 13:19:37 by simonmar] IO.hGetContents ==> System.IO.hGetContents (in docs) --- diff --git a/Control/Concurrent/Chan.hs b/Control/Concurrent/Chan.hs index 09afdb5..1b89f29 100644 --- a/Control/Concurrent/Chan.hs +++ b/Control/Concurrent/Chan.hs @@ -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