MapArg2 Op (->) (->) Source # | |
Instance details Methods map2 :: forall (a :: from) (b :: from). Op a b -> forall (x :: s). (a -> x) -> b -> x Source # |
MapArg2 (->) (->) Either Source # | |
Instance details |
MapArg2 (->) (->) Arg Source # | |
Instance details Methods map2 :: forall (a :: from) (b :: from). (a -> b) -> forall (x :: s). Arg a x -> Arg b x Source # |
MapArg2 (->) (->) (,) Source # | |
Instance details Methods map2 :: forall (a :: from) (b :: from). (a -> b) -> forall (x :: s). (a, x) -> (b, x) Source # |
MapArg2 (->) (->) (Const :: Type -> Type -> Type) Source # | |
Instance details Methods map2 :: forall (a :: from) (b :: from). (a -> b) -> forall (x :: s). Const a x -> Const b x Source # |
MapArg2 (->) (->) ((,,) a :: Type -> Type -> Type) Source # | |
Instance details Methods map2 :: forall (a0 :: from) (b :: from). (a0 -> b) -> forall (x :: s). (a, a0, x) -> (a, b, x) Source # |
MapArg2 (->) (->) (K1 i :: Type -> Type -> Type) Source # | |
Instance details Methods map2 :: forall (a :: from) (b :: from). (a -> b) -> forall (x :: s). K1 i a x -> K1 i b x Source # |
MapArg2 (->) (->) ((,,,) a b :: Type -> Type -> Type) Source # | |
Instance details Methods map2 :: forall (a0 :: from) (b0 :: from). (a0 -> b0) -> forall (x :: s). (a, b, a0, x) -> (a, b, b0, x) Source # |
MapArg2 (->) (->) ((,,,,) a b c :: Type -> Type -> Type) Source # | |
Instance details Methods map2 :: forall (a0 :: from) (b0 :: from). (a0 -> b0) -> forall (x :: s). (a, b, c, a0, x) -> (a, b, c, b0, x) Source # |
MapArg2 (->) (->) ((,,,,,) a b c d :: Type -> Type -> Type) Source # | |
Instance details Methods map2 :: forall (a0 :: from) (b0 :: from). (a0 -> b0) -> forall (x :: s). (a, b, c, d, a0, x) -> (a, b, c, d, b0, x) Source # |
MapArg2 (->) (->) ((,,,,,,) a b c d e :: Type -> Type -> Type) Source # | |
Instance details Methods map2 :: forall (a0 :: from) (b0 :: from). (a0 -> b0) -> forall (x :: s). (a, b, c, d, e, a0, x) -> (a, b, c, d, e, b0, x) Source # |
CategoricalFunctor Either Source # | |
Instance details |
CategoricalFunctor Arg Source # | |
Instance details |
CategoricalFunctor These Source # | |
Instance details |
CategoricalFunctor (,) Source # | |
Instance details |
CategoricalFunctor (Const :: Type -> Type -> Type) Source # | |
Instance details |
CategoricalFunctor ((,,) a :: Type -> Type -> Type) Source # | |
Instance details |
CategoricalFunctor (K1 i :: Type -> Type -> Type) Source # | |
Instance details |
CategoricalFunctor ((,,,) a b :: Type -> Type -> Type) Source # | |
Instance details Methods map :: forall (a0 :: from) (b0 :: from). Dom ((,,,) a b) a0 b0 -> Cod ((,,,) a b) ((,,,) a b a0) ((,,,) a b b0) Source # |
CategoricalFunctor (->) Source # | |
Instance details Methods map :: forall (a :: from) (b :: from). Dom (->) a b -> Cod (->) ((->) a) ((->) b) Source # |
CategoricalFunctor ((,,,,) a b c :: Type -> Type -> Type) Source # | |
Instance details Methods map :: forall (a0 :: from) (b0 :: from). Dom ((,,,,) a b c) a0 b0 -> Cod ((,,,,) a b c) ((,,,,) a b c a0) ((,,,,) a b c b0) Source # |
CategoricalFunctor ((,,,,,) a b c d :: Type -> Type -> Type) Source # | |
Instance details Associated Types type Dom ((,,,,,) a b c d) :: from -> from -> Type Source # type Cod ((,,,,,) a b c d) :: to -> to -> Type Source # Methods map :: forall (a0 :: from) (b0 :: from). Dom ((,,,,,) a b c d) a0 b0 -> Cod ((,,,,,) a b c d) ((,,,,,) a b c d a0) ((,,,,,) a b c d b0) Source # |
CategoricalFunctor ((,,,,,,) a b c d e :: Type -> Type -> Type) Source # | |
Instance details Associated Types type Dom ((,,,,,,) a b c d e) :: from -> from -> Type Source # type Cod ((,,,,,,) a b c d e) :: to -> to -> Type Source # Methods map :: forall (a0 :: from) (b0 :: from). Dom ((,,,,,,) a b c d e) a0 b0 -> Cod ((,,,,,,) a b c d e) ((,,,,,,) a b c d e a0) ((,,,,,,) a b c d e b0) Source # |