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

Safe HaskellSafe
LanguageHaskell2010

Papa.Prelude.Semigroupoids.Data.Functor.Bind

Documentation

concat :: Bind f => f (f a) -> f a Source #

concatMap :: Bind f => (a -> f b) -> f a -> f b Source #

(>>=) :: Bind f => f a -> (a -> f b) -> f b Source #

(=<<) :: Bind f => (a -> f b) -> f a -> f b Source #