
10 Jun
2015
10 Jun
'15
11:26 p.m.
+1
2015-06-11 11:02 GMT+09:00 David Feuer
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