From e808bedb91640f6caa079f435ee10c38c695935c Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 3 Jun 2002 13:19:37 +0000 Subject: [PATCH] [project @ 2002-06-03 13:19:37 by simonmar] IO.hGetContents ==> System.IO.hGetContents (in docs) --- Control/Concurrent/Chan.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4