[Haskell-cafe] Type problem

Stephen Tetley stephen.tetley at gmail.com
Sat Feb 26 21:24:35 CET 2011


Does this help?

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



More information about the Haskell-Cafe mailing list