papa-base-0.1.0: Prelude with only useful functions

Safe HaskellSafe
LanguageHaskell2010

Papa.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 #