library submission: Data.Either.unzipEithers :: [Either a b] ->
([a], [b])
Ian Lynagh
igloo at earth.li
Mon Sep 17 07:57:46 EDT 2007
On Fri, Sep 14, 2007 at 01:12:41PM -0700, Jeremy Shaw wrote:
> http://hackage.haskell.org/trac/ghc/ticket/1695
You haven't suggested a deadline. As the GHC release and ICFP et al are
coming up, how about 15 October to give people a chance to comment?
> This function is like unzip for a list of Eithers instead of tuples.
Seems fine to me.
Thanks
Ian
More information about the Libraries
mailing list