Category (Coercion :: k -> k -> Type) # | Since: base-4.7.0.0 |
Instance detailsDefined in Control.Category |
Category ((:~:) :: k -> k -> Type) # | Since: base-4.7.0.0 |
Instance detailsDefined in Control.Category |
Category ((:~~:) :: k -> k -> Type) # | Since: base-4.10.0.0 |
Instance detailsDefined in Control.Category |
Category Op # | |
Instance detailsDefined in Data.Functor.Contravariant |
Monad m => Category (Kleisli m :: Type -> Type -> Type) # | Since: base-3.0 |
Instance detailsDefined in Control.Arrow |
Category (->) # | Since: base-3.0 |
Instance detailsDefined in Control.Category Methods id :: forall (a :: k). a -> a Source # (.) :: forall (b :: k) (c :: k) (a :: k). (b -> c) -> (a -> b) -> a -> c Source # |