papa-semigroupoids-implement-0.2.0: useful `bifunctors` functions reimplemented

Safe HaskellSafe
LanguageHaskell2010

Papa.Semigroupoids.Implement.Data.Functor.Bind

Documentation

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

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