Proposal: add unzips for Data.Sequence

David Feuer david.feuer at gmail.com
Fri Jan 12 03:28:37 UTC 2018


Paolo G. Giarrusso (Blaisorblade) would like to add an unzip function to
Data.Sequence. I agree. I propose adding

  unzip :: Seq (a,b) -> (Seq a, Seq b)

  unzipWith :: (x -> (a, b)) -> Seq x -> (Seq a, Seq b)

Does anyone object?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/libraries/attachments/20180111/9b6cb876/attachment.html>


More information about the Libraries mailing list