Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
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 #
papa-prelude-core-0.0.1: Prelude with only useful functions
Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Papa.Prelude.Core.Data.Traversable
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 #