+1

2015-06-11 11:02 GMT+09:00 David Feuer <david.feuer@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@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries