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

Safe HaskellSafe
LanguageHaskell2010

Papa.Prelude.Core.Data.Traversable

Documentation

mapM :: (Traversable t, Applicative f) => (a -> f b) -> t a -> f (t b) Source #

sequence :: (Traversable t, Applicative f) => t (f a) -> f (t a) Source #