Closed treeowl closed 7 years ago
It's simpler, and very often faster, to use m >>= f instead of join (fmap f m).
m >>= f
join (fmap f m)
This PR will be merged into the new official repo with https://github.com/haskell-streaming/streaming/pull/12
It's simpler, and very often faster, to use
m >>= f
instead ofjoin (fmap f m)
.