Proposal: Add IsList instance for ZipList

Edward Kmett ekmett at gmail.com
Thu Jun 11 02:03:09 UTC 2015


Makes sense to me.

On Thu, Jun 11, 2015 at 4:02 AM, David Feuer <david.feuer at gmail.com> wrote:

> foo = getZipList $ [f,g,h] <$> [a,b,c] <*> [d,e,i]
>
> looks a lot better than
>
> bar = getZipList $ ZipList [f,g,h] <$> ZipList [a,b,c] <*> ZipList [d,e,i]
> _______________________________________________
> Libraries mailing list
> Libraries at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/libraries/attachments/20150611/f2f23fde/attachment.html>


More information about the Libraries mailing list