Does this help?

listbind :: [a] -> (a -> [b]) -> [b]
listbind = (>>=)

_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to