| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Pandora.Paradigm.Primary.Functor.Endo
Documentation
Instances
| Invariant Endo Source # | |
| Semigroup (Endo a) Source # | |
| Monoid (Endo a) Source # | |
Defined in Pandora.Paradigm.Primary.Functor.Endo | |
| Interpreted ((->) :: Type -> Type -> Type) Endo Source # | |
Defined in Pandora.Paradigm.Primary.Functor.Endo Methods run :: Endo a -> Primary Endo a Source # unite :: Primary Endo a -> Endo a Source # (!) :: Endo a -> Primary Endo a Source # (||=) :: (Semigroupoid (->), Interpreted (->) u) => (Primary Endo a -> Primary u b) -> Endo a -> u b Source # (=||) :: (Semigroupoid (->), Interpreted (->) u) => (Endo a -> u b) -> Primary Endo a -> Primary u b Source # (<$||=) :: (Semigroupoid (->), Covariant (->) (->) j, Interpreted (->) u) => (Primary Endo a -> Primary u b) -> (j := Endo a) -> (j := u b) Source # (=||$>) :: (Covariant (->) (->) j, Interpreted (->) u) => (Endo a -> u b) -> (j := Primary Endo a) -> (j := Primary u b) Source # | |
| type Primary Endo a Source # | |
Defined in Pandora.Paradigm.Primary.Functor.Endo | |