papa-prelude-core-0.0.1: Prelude with only useful functions

Safe HaskellSafe
LanguageHaskell2010

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 #