X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FConcurrent%2FChan.hs;h=d6c1107f2c7a930d50e0baa1905712ce4fdbfee1;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=29423e1d84ab38cc81bc2f3af9bd25bb498598f1;hpb=7f1f4e7a695c402ddd3a1dc2cc7114e649a78ebc;p=ghc-base.git diff --git a/Control/Concurrent/Chan.hs b/Control/Concurrent/Chan.hs index 29423e1..d6c1107 100644 --- a/Control/Concurrent/Chan.hs +++ b/Control/Concurrent/Chan.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Control.Concurrent.Chan -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -8,8 +8,6 @@ -- Stability : experimental -- Portability : non-portable -- --- $Id: Chan.hs,v 1.1 2001/06/28 14:15:02 simonmar Exp $ --- -- Standard, unbounded channel abstraction. -- -----------------------------------------------------------------------------