Portability | portable |
---|---|
Stability | provisional |
Maintainer | Edward Kmett <ekmett@gmail.com> |
Safe Haskell | Safe-Infered |
Documentation
class (Bifoldable1 t, Bitraversable t) => Bitraversable1 t whereSource
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