Portability | non-portable (TF,GNTD) |
---|---|
Stability | experimental |
Maintainer | hans@hanshoglund.se |
Safe Haskell | None |
- class Foldable s => Performable s where
- foldMapDefault :: (Performable s, Monoid m) => (a -> m) -> s a -> m
Documentation
class Foldable s => Performable s whereSource
Performable values.
Minimal complete definition: perform
.
foldMapDefault :: (Performable s, Monoid m) => (a -> m) -> s a -> mSource