papa-base-implement-0.3.0: Useful base functions reimplemented

Safe HaskellSafe
LanguageHaskell2010

Papa.Base.Implement.Data.Foldable

Documentation

mapM_ :: (Foldable t, Applicative f) => (a -> f b) -> t a -> f () Source #

forM_ :: (Foldable t, Applicative m) => t a -> (a -> m b) -> m () Source #

sequence_ :: (Foldable t, Applicative f) => t (f a) -> f () Source #