|
Data.FunctorM | Portability | portable | Stability | provisional | Maintainer | libraries@haskell.org |
|
|
|
|
|
Description |
fmapM generalises fmap, just as mapM generalises map.
|
|
|
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 () |
| | Instances | |
|
|
Produced by Haddock version 0.7 |