papa-base-0.1.0: Prelude with only useful functions

Safe HaskellSafe
LanguageHaskell2010

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 #