|
Control.Functor.Combinators.Biff | Portability | portable | Stability | experimental | Maintainer | Edward Kmett <ekmett@gmail.com> |
|
|
|
Description |
|
|
|
Documentation |
|
|
Constructors | | Instances | (Functor f, Symmetric Hask p) => Symmetric Hask (Biff p f f) | (Functor f, Braided Hask p) => Braided Hask (Biff p f f) | Functor f => PCopointed (PCofree f) | FunctorPlus f => PPointed (PCofree f) | Functor f => PPointed (PFree f) | Functor f => PComonad (PCofree f) | FunctorPlus f => PApplicative (PCofree f) | Functor f => PApplicative (PFree f) | FunctorPlus f => PMonad (PCofree f) | Functor f => PMonad (PFree f) | (Bizip p, Zip f, Zip g) => Bizip (Biff p f g) | (QFunctor q Hask Hask, Functor g) => QFunctor (Biff q f g) Hask Hask | (Functor f, PFunctor p Hask Hask) => PFunctor (Biff p f g) Hask Hask | (Functor f, Bifunctor p Hask Hask Hask, Functor g) => Bifunctor (Biff p f g) Hask Hask Hask | (Bizap p q, Zap f g, Zap i j) => Bizap (Biff p f i) (Biff q g j) | (Functor f, Bifunctor p Hask Hask Hask, Functor g) => Functor (Biff p f g a) |
|
|
|
|
|
runOn :: On p f a b -> p (f a) (f b) | Source |
|
|
mkOn :: p (f a) (f b) -> On p f a b | Source |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Produced by Haddock version 2.4.2 |