Generic1 (Clown f a :: k1 -> Type) Source # | |
Instance detailsDefined in Data.Bifunctor.Clown |
Foldable f => Bifoldable (Clown f :: TYPE LiftedRep -> TYPE LiftedRep -> Type) Source # | |
Instance detailsDefined in Data.Bifunctor.Clown |
Functor f => Bifunctor (Clown f :: Type -> Type -> Type) Source # | |
Instance detailsDefined in Data.Bifunctor.Clown |
Traversable f => Bitraversable (Clown f :: Type -> Type -> Type) Source # | |
Instance detailsDefined in Data.Bifunctor.Clown |
Eq1 f => Eq2 (Clown f :: Type -> Type -> Type) Source # | |
Instance detailsDefined in Data.Bifunctor.Clown |
Ord1 f => Ord2 (Clown f :: Type -> Type -> Type) Source # | |
Instance detailsDefined in Data.Bifunctor.Clown |
Read1 f => Read2 (Clown f :: Type -> Type -> Type) Source # | |
Instance detailsDefined in Data.Bifunctor.Clown |
Show1 f => Show2 (Clown f :: TYPE LiftedRep -> TYPE LiftedRep -> Type) Source # | |
Instance detailsDefined in Data.Bifunctor.Clown |
Applicative f => Biapplicative (Clown f :: Type -> Type -> Type) Source # | |
Instance detailsDefined in Data.Bifunctor.Clown |
Foldable (Clown f a :: TYPE LiftedRep -> Type) Source # | |
Instance detailsDefined in Data.Bifunctor.Clown |
(Eq1 f, Eq a) => Eq1 (Clown f a :: Type -> Type) Source # | |
Instance detailsDefined in Data.Bifunctor.Clown |
(Ord1 f, Ord a) => Ord1 (Clown f a :: Type -> Type) Source # | |
Instance detailsDefined in Data.Bifunctor.Clown |
(Read1 f, Read a) => Read1 (Clown f a :: Type -> Type) Source # | |
Instance detailsDefined in Data.Bifunctor.Clown |
(Show1 f, Show a) => Show1 (Clown f a :: TYPE LiftedRep -> Type) Source # | |
Instance detailsDefined in Data.Bifunctor.Clown |
Traversable (Clown f a :: Type -> Type) Source # | |
Instance detailsDefined in Data.Bifunctor.Clown |
Functor (Clown f a :: Type -> Type) Source # | |
Instance detailsDefined in Data.Bifunctor.Clown |
Generic (Clown f a b) Source # | |
Instance detailsDefined in Data.Bifunctor.Clown |
Read (f a) => Read (Clown f a b) Source # | |
Instance detailsDefined in Data.Bifunctor.Clown |
Show (f a) => Show (Clown f a b) Source # | |
Instance detailsDefined in Data.Bifunctor.Clown |
Eq (f a) => Eq (Clown f a b) Source # | |
Instance detailsDefined in Data.Bifunctor.Clown |
Ord (f a) => Ord (Clown f a b) Source # | |
Instance detailsDefined in Data.Bifunctor.Clown |
type Rep1 (Clown f a :: k1 -> Type) Source # | |
Instance detailsDefined in Data.Bifunctor.Clown |
type Rep (Clown f a b) Source # | |
Instance detailsDefined in Data.Bifunctor.Clown |