Re: [GHC] #3709: Data.Either.partitionEithers is not lazy enough

2010-09-13 Thread GHC
#3709: Data.Either.partitionEithers is not lazy enough --+- Reporter: daniel.is.fischer| Owner: Type: bug | Status: closed Priority: normal

Re: [GHC] #3709: Data.Either.partitionEithers is not lazy enough

2010-09-08 Thread GHC
#3709: Data.Either.partitionEithers is not lazy enough --+- Reporter: daniel.is.fischer| Owner: Type: bug | Status: closed Priority: normal

Re: [GHC] #3709: Data.Either.partitionEithers is not lazy enough

2010-09-08 Thread GHC
#3709: Data.Either.partitionEithers is not lazy enough --+- Reporter: daniel.is.fischer |Owner: Type: bug| Status: new Priority: no

Re: [GHC] #3709: Data.Either.partitionEithers is not lazy enough

2009-12-03 Thread Simon Marlow
On 03/12/2009 14:12, Henning Thielemann wrote: On Thu, 3 Dec 2009, Malcolm Wallace wrote: #3709: Data.Either.partitionEithers is not lazy enough This is a behavioural change, e.g.: Main> case partitionEithers1 [Left 'a', error "Not me"] of (x : _, _) -> x Program error: Not me Main> case part

Re: [GHC] #3709: Data.Either.partitionEithers is not lazy enough

2009-12-02 Thread Malcolm Wallace
#3709: Data.Either.partitionEithers is not lazy enough This is a behavioural change, e.g.: Main> case partitionEithers1 [Left 'a', error "Not me"] of (x : _, _) -> x Program error: Not me Main> case partitionEithers2 [Left 'a', error "Not me"] of (x : _, _) -> x 'a' Yes, and isn't that th

Re: [GHC] #3709: Data.Either.partitionEithers is not lazy enough

2009-12-02 Thread GHC
#3709: Data.Either.partitionEithers is not lazy enough --+- Reporter: daniel.is.fischer| Owner: Type: bug | Status: closed Priority: normal

Re: [GHC] #3709: Data.Either.partitionEithers is not lazy enough

2009-12-01 Thread GHC
#3709: Data.Either.partitionEithers is not lazy enough --+- Reporter: daniel.is.fischer| Owner: Type: bug | Status: closed Priority: normal

[GHC] #3709: Data.Either.partitionEithers is not lazy enough

2009-12-01 Thread GHC
#3709: Data.Either.partitionEithers is not lazy enough --+- Reporter: daniel.is.fischer | Owner: Type: bug| Status: new Priority: normal |