Module
Data.Moldy
- Package
- purescript-moldy
- Repository
- LiamGoodacre/purescript-moldy
#Moldable Source
#moldMapDefaultR Source
moldMapDefaultR :: forall m e t. Moldable t e => Monoid m => (e -> m) -> t -> mA default implementation of moldMap based on moldr
#moldMapDefaultL Source
moldMapDefaultL :: forall m e t. Moldable t e => Monoid m => (e -> m) -> t -> m#moldlDefault Source
moldlDefault :: forall m e t. Moldable t e => (m -> e -> m) -> m -> t -> mA default implementation of moldl based on moldMap
#moldrDefault Source
moldrDefault :: forall m e t. Moldable t e => (e -> m -> m) -> m -> t -> mA default implementation of moldr based on moldMap
- Modules
- Data.
Moldy