purescript-deprecated/purescript-monoid

mconcat?

Closed this issue · 3 comments

Do you think this library should include a function mconcat :: Monoid a => [a] -> a, like Haskell's? I'd be happy to put a pull request together if so.

We do have mconcat, just it's defined more generically in foldable-traversable instead: https://github.com/purescript/purescript-foldable-traversable/blob/master/src/Data/Foldable.purs#L70-L71

ah, awesome, thanks :)