Hi!
On Thu, Nov 25, 2010 at 5:37 PM, Bas van Dijk wrote:
> Officially your patch has to go through the "Library submission" process:
A bit overkill for one line but OK. ;-)
> Since you already have a ticket the only thing left to do is convert
> your patch to a darcs patch and send a proposal t
Hi!
On Thu, Nov 25, 2010 at 1:05 PM, Simon Marlow wrote:
> It's just an oversight. Send us a patch, or make a ticket for it?
Done:
http://hackage.haskell.org/trac/ghc/ticket/4526
Mitar
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@ha
On 25/11/2010 00:48, Mitar wrote:
Why is there no Eq instance for Chan? There is Eq for MVar so it is
quite possible to define also Eq for Chan?
It's just an oversight. Send us a patch, or make a ticket for it?
Cheers,
Simon
___
Gl
Hi!
Why is there no Eq instance for Chan? There is Eq for MVar so it is
quite possible to define also Eq for Chan?
What I would like to do is keep track how many consumers I have for
each Chan so duplicating them with dupChan as necessary. So I was
thinking of storing a list of Chans which