| Copyright | (C) 2011-2015 Edward Kmett | 
|---|---|
| License | BSD-style (see the file LICENSE) | 
| Maintainer | Edward Kmett <[email protected]> | 
| Stability | experimental | 
| Portability | non-portable (flexible MPTCs) | 
| Safe Haskell | Safe | 
| Language | Haskell2010 | 
Data.Semigroupoid.Ob
Description
Documentation
class Semigroupoid k => Ob k a where Source #
Instances
| (Bind m, Monad m) => Ob (Kleisli m :: Type -> Type -> TYPE LiftedRep) (a :: Type) Source # | |
Defined in Data.Semigroupoid.Ob  | |
| (Extend w, Comonad w) => Ob (Cokleisli w :: Type -> Type -> TYPE LiftedRep) (a :: Type) Source # | |
Defined in Data.Semigroupoid.Ob  | |
| Ob (->) (a :: Type) Source # | |
Defined in Data.Semigroupoid.Ob  | |