Proposal: Add IsList instance for ZipList

Fumiaki Kinoshita fumiexcel at gmail.com
Thu Jun 11 03:26:09 UTC 2015


+1

2015-06-11 11:02 GMT+09:00 David Feuer <david.feuer at gmail.com>:

> 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/014896b1/attachment.html>


More information about the Libraries mailing list