| Copyright | (C) 2011-2015 Edward Kmett | 
|---|---|
| License | BSD-style (see the file LICENSE) | 
| Maintainer | Edward Kmett <ekmett@gmail.com> | 
| Stability | provisional | 
| Portability | polykinds | 
| Safe Haskell | Trustworthy | 
| Language | Haskell2010 | 
Data.Semigroupoid.Static
Description
Documentation
newtype Static (f :: Type -> Type) a b Source #
Instances
| Applicative f => Category (Static f :: Type -> Type -> Type) Source # | |
| Apply f => Semigroupoid (Static f :: Type -> Type -> Type) Source # | |
| Applicative f => Arrow (Static f) Source # | |
Defined in Data.Semigroupoid.Static  | |
| Applicative f => ArrowChoice (Static f) Source # | |
Defined in Data.Semigroupoid.Static  | |
| Alternative f => ArrowPlus (Static f) Source # | |
| Alternative f => ArrowZero (Static f) Source # | |
Defined in Data.Semigroupoid.Static  | |
| Applicative f => Applicative (Static f a) Source # | |
Defined in Data.Semigroupoid.Static  | |
| Functor f => Functor (Static f a) Source # | |
| (Comonad f, Monoid a) => Comonad (Static f a) Source # | |
| Alt f => Alt (Static f a) Source # | |
| Apply f => Apply (Static f a) Source # | |
Defined in Data.Semigroupoid.Static  | |
| (Extend f, Semigroup a) => Extend (Static f a) Source # | |
| Plus f => Plus (Static f a) Source # | |
Defined in Data.Semigroupoid.Static  | |