functorm-1.0: Data.FunctorM (compatibility package)ContentsIndex
Data.FunctorM
Portabilityportable
Stabilityprovisional
Maintainerlibraries@haskell.org
Description

fmapM generalises fmap, just as mapM generalises map.

NOTE: This module is DEPRECATED. The classes in Data.Foldable and Data.Traversable provide a more general interface.

Documentation
class FunctorM f where
Methods
fmapM :: Monad m => (a -> m b) -> f a -> m (f b)
fmapM_ :: Monad m => (a -> m b) -> f a -> m ()
show/hide Instances
FunctorM Maybe
FunctorM []
Ix i => FunctorM (Array i)
Produced by Haddock version 0.8