Copyright | (c) Edward Kmett 2010 |
---|---|
License | BSD3 |
Maintainer | ekmett@gmail.com |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
Composition of contravariant functors.
Documentation
newtype Compose (f :: Type -> Type) (g :: Type -> Type) a Source #
Composition of two contravariant functors
Compose | |
|
Instances
(Contravariant f, Contravariant g) => Functor (Compose f g) Source # | |
newtype ComposeFC (f :: Type -> Type) (g :: Type -> Type) a Source #
Composition of covariant and contravariant functors
ComposeFC | |
|
newtype ComposeCF (f :: Type -> Type) (g :: Type -> Type) a Source #
Composition of contravariant and covariant functors
ComposeCF | |
|