bifunctors-0.1.3: Haskell 98 bifunctors

Portabilityportable
Stabilityprovisional
MaintainerEdward Kmett <ekmett@gmail.com>
Safe HaskellSafe-Infered

Data.Semigroup.Bitraversable

Description

 

Documentation

class (Bifoldable1 t, Bitraversable t) => Bitraversable1 t whereSource

Methods

bitraverse1 :: Apply f => (a -> f b) -> (c -> f d) -> t a c -> f (t b d)Source

bisequence1 :: Apply f => t (f a) (f b) -> f (t a b)Source

bifoldMap1Default :: (Bitraversable1 t, Semigroup m) => (a -> m) -> (b -> m) -> t a b -> mSource