papa-semigroupoids-implement-0.2.1: useful `bifunctors` functions reimplemented
Papa.Semigroupoids.Implement.Data.Functor.Bind
concat :: Bind f => f (f a) -> f a Source #
concatMap :: Bind f => (a -> f b) -> f a -> f b Source #