|
| Control.Bifunctor.Composition | | Portability | portable | | Stability | experimental | | Maintainer | Edward Kmett <ekmett@gmail.com> |
|
|
|
| Description |
|
|
|
| Documentation |
|
|
| Constructors | | ArrowB | | | runArrowB :: f a b -> g a b | |
|
|
|
|
|
| Constructors | | Instances | |
|
|
|
| Constructors | | Instances | |
|
|
|
| Constructors | | Instances | |
|
|
| newtype CompB p f g a b | Source |
|
| Constructors | | CompB | | | runCompB :: p (f a b) (g a b) | |
|
| Instances | |
|
|
|
|
|
| Constructors | | Instances | |
|
|
|
|
| newtype FunctorB f p a b | Source |
|
| Constructors | | Instances | |
|
|
|
|
| newtype BiffB p f g a b | Source |
|
| Constructors | | BiffB | | | runBiffB :: p (f a) (g b) | |
|
| Instances | | (Functor f, Bifunctor p, Functor g) => Bifunctor (BiffB p f g) | | (Functor f, Braided p) => Braided (BiffB p f f) | | (Functor f, Symmetric p) => Symmetric (BiffB p f f) | | Functor f => PComonad (BiffB (,) Identity f) | | Functor f => PMonad (BiffB Either Identity f) | | FunctorPlus f => PMonad (BiffB (,) Identity f) | | (Bizip p, Zip f, Zip g) => Bizip (BiffB p f g) | | (BiZap p q, Zap f g, Zap i j) => BiZap (BiffB p f i) (BiffB q g j) | | (Functor f, Bifunctor p, Functor g) => Functor (BiffB p f g a) |
|
|
|
| Produced by Haddock version 2.1.0 |