Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Papa.Prelude.Core.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-prelude-core-0.0.1: Prelude with only useful functions
Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Papa.Prelude.Core.Data.Foldable
mapM_ :: (Foldable t, Applicative f) => (a -> f b) -> t a -> f () Source #
sequence_ :: (Foldable t, Applicative f) => t (f a) -> f () Source #