[commit: stm] master: put cloneTChan next to dupTChan in the docs (09b8101)
Simon Marlow
marlowsd at gmail.com
Mon Feb 18 12:02:06 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/stm
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/09b8101d2d5a07355c61e09f8a64048243c4b764
>---------------------------------------------------------------
commit 09b8101d2d5a07355c61e09f8a64048243c4b764
Author: Simon Marlow <marlowsd at gmail.com>
Date: Mon Feb 18 10:55:40 2013 +0000
put cloneTChan next to dupTChan in the docs
>---------------------------------------------------------------
Control/Concurrent/STM/TChan.hs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Control/Concurrent/STM/TChan.hs b/Control/Concurrent/STM/TChan.hs
index 455dafe..a587079 100644
--- a/Control/Concurrent/STM/TChan.hs
+++ b/Control/Concurrent/STM/TChan.hs
@@ -31,6 +31,7 @@ module Control.Concurrent.STM.TChan (
newBroadcastTChan,
newBroadcastTChanIO,
dupTChan,
+ cloneTChan,
-- ** Reading and writing
readTChan,
@@ -39,8 +40,7 @@ module Control.Concurrent.STM.TChan (
tryPeekTChan,
writeTChan,
unGetTChan,
- isEmptyTChan,
- cloneTChan
+ isEmptyTChan
#endif
) where
More information about the ghc-commits
mailing list