|
| Control.Functor.Combinators.Lift | | Portability | non-portable (functional-dependencies) | | Stability | experimental | | Maintainer | Edward Kmett <ekmett@gmail.com> |
|
|
|
| Description |
| transform a pair of functors with a bifunctor deriving a new functor.
this subsumes functor product and functor coproduct
|
|
|
| Documentation |
|
|
| Constructors | | Instances | |
|
|
|
|
| runProductF :: (f :*: g) a -> (f a, g a) | Source |
|
|
|
|
|
|
|
|
|
|
|
|
| Produced by Haddock version 2.3.0 |