| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Papa.Data.Foldable
Documentation
mapM_ :: (Foldable t, Applicative f) => (a -> f b) -> t a -> f () Source #
sequence_ :: (Foldable t, Applicative f) => t (f a) -> f () Source #
papa-base-0.1.0: Prelude with only useful functions
| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Papa.Data.Foldable
mapM_ :: (Foldable t, Applicative f) => (a -> f b) -> t a -> f () Source #
sequence_ :: (Foldable t, Applicative f) => t (f a) -> f () Source #