Bitraversable (Constant :: Type -> Type -> Type) |
|
Instance details
Defined in Data.Functor.Constant
|
Bifoldable (Constant :: Type -> Type -> Type) |
|
Instance details
Defined in Data.Functor.Constant
|
Bifunctor (Constant :: Type -> Type -> Type) |
|
Instance details
Defined in Data.Functor.Constant
|
Eq2 (Constant :: Type -> Type -> Type) |
|
Instance details
Defined in Data.Functor.Constant
|
Ord2 (Constant :: Type -> Type -> Type) |
|
Instance details
Defined in Data.Functor.Constant
|
Read2 (Constant :: Type -> Type -> Type) |
|
Instance details
Defined in Data.Functor.Constant
|
Show2 (Constant :: Type -> Type -> Type) |
|
Instance details
Defined in Data.Functor.Constant
|
Functor (Constant a :: Type -> Type) |
|
Instance details
Defined in Data.Functor.Constant
|
Monoid a => Applicative (Constant a :: Type -> Type) |
|
Instance details
Defined in Data.Functor.Constant
|
Foldable (Constant a :: Type -> Type) |
|
Instance details
Defined in Data.Functor.Constant
|
Traversable (Constant a :: Type -> Type) |
|
Instance details
Defined in Data.Functor.Constant
|
Contravariant (Constant a :: Type -> Type) |
|
Instance details
Defined in Data.Functor.Constant
|
Eq a => Eq1 (Constant a :: Type -> Type) |
|
Instance details
Defined in Data.Functor.Constant
|
Ord a => Ord1 (Constant a :: Type -> Type) |
|
Instance details
Defined in Data.Functor.Constant
|
Read a => Read1 (Constant a :: Type -> Type) |
|
Instance details
Defined in Data.Functor.Constant
|
Show a => Show1 (Constant a :: Type -> Type) |
|
Instance details
Defined in Data.Functor.Constant
|
Eq a => Eq (Constant a b) |
|
Instance details
Defined in Data.Functor.Constant
|
Ord a => Ord (Constant a b) |
|
Instance details
Defined in Data.Functor.Constant
|
Read a => Read (Constant a b) |
|
Instance details
Defined in Data.Functor.Constant
|
Show a => Show (Constant a b) |
|
Instance details
Defined in Data.Functor.Constant
|
Semigroup a => Semigroup (Constant a b) |
|
Instance details
Defined in Data.Functor.Constant
|
Monoid a => Monoid (Constant a b) |
|
Instance details
Defined in Data.Functor.Constant
|