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