Proposal: Add IsList instance for ZipList
David Feuer
david.feuer at gmail.com
Thu Jun 11 02:02:02 UTC 2015
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]
More information about the Libraries
mailing list