Makes sense to me.

On Thu, Jun 11, 2015 at 4:02 AM, David Feuer <david.feuer@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@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries