| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Pandora.Paradigm.Inventory.Store
Documentation
Context based computation on value
Instances
| Monoidal (<--) ((->) :: Type -> Type -> Type) (:*:) (:*:) (Store s) Source # | |
| Semigroupoid (Lens Identity) Source # | |
| Semigroupoid (Lens Maybe) Source # | |
| Category (Lens Identity) Source # | |
| Category (Lens Maybe) Source # | |
| Comonadic (Store s) Source # | |
Defined in Pandora.Paradigm.Inventory.Store | |
| Semimonoidal (<--) (:*:) (:*:) (Store s :: Type -> Type) Source # | |
| Impliable (P_Q_T ((->) :: Type -> Type -> Type) Store Identity source target :: Type) Source # | |
| Impliable (P_Q_T ((->) :: Type -> Type -> Type) Store Maybe source target :: Type) Source # | |
| Invariant (Flip Store r) Source # | |
| Invariant (Flip (Lens available) tgt) Source # | |
| Extendable ((->) :: Type -> Type -> Type) (Store s) Source # | |
| Interpreted ((->) :: Type -> Type -> Type) (Store s) Source # | |
Defined in Pandora.Paradigm.Inventory.Store Methods run :: Store s a -> Primary (Store s) a Source # unite :: Primary (Store s) a -> Store s a Source # (||=) :: (Semigroupoid (->), Interpreted (->) u) => (Primary (Store s) a -> Primary u b) -> Store s a -> u b Source # (=||) :: (Semigroupoid (->), Interpreted (->) u) => (Store s a -> u b) -> Primary (Store s) a -> Primary u b Source # (<$||=) :: (Semigroupoid (->), Covariant (->) (->) j, Interpreted (->) u) => (Primary (Store s) a -> Primary u b) -> (j := Store s a) -> (j := u b) Source # (<$$||=) :: (Semigroupoid (->), Covariant (->) (->) j, Covariant (->) (->) k, Interpreted (->) u) => (Primary (Store s) a -> Primary u b) -> ((j :. k) := Store s a) -> ((j :. k) := u b) Source # (<$$$||=) :: (Semigroupoid (->), Covariant (->) (->) j, Covariant (->) (->) k, Covariant (->) (->) l, Interpreted (->) u) => (Primary (Store s) a -> Primary u b) -> ((j :. (k :. l)) := Store s a) -> ((j :. (k :. l)) := u b) Source # (<$$$$||=) :: (Semigroupoid (->), Covariant (->) (->) j, Covariant (->) (->) k, Covariant (->) (->) l, Covariant (->) (->) n, Interpreted (->) u) => (Primary (Store s) a -> Primary u b) -> ((j :. (k :. (l :. n))) := Store s a) -> ((j :. (k :. (l :. n))) := u b) Source # (=||$>) :: (Covariant (->) (->) j, Interpreted (->) u) => (Store s a -> u b) -> (j := Primary (Store s) a) -> (j := Primary u b) Source # (=||$$>) :: (Covariant (->) (->) j, Covariant (->) (->) k, Interpreted (->) u) => (Store s a -> u b) -> ((j :. k) := Primary (Store s) a) -> ((j :. k) := Primary u b) Source # (=||$$$>) :: (Covariant (->) (->) j, Covariant (->) (->) k, Covariant (->) (->) l, Interpreted (->) u) => (Store s a -> u b) -> ((j :. (k :. l)) := Primary (Store s) a) -> ((j :. (k :. l)) := Primary u b) Source # (=||$$$$>) :: (Covariant (->) (->) j, Covariant (->) (->) k, Covariant (->) (->) l, Covariant (->) (->) n, Interpreted (->) u) => (Store s a -> u b) -> ((j :. (k :. (l :. n))) := Primary (Store s) a) -> ((j :. (k :. (l :. n))) := Primary u b) Source # | |
| Comonad ((->) :: Type -> Type -> Type) (Store s) Source # | |
Defined in Pandora.Paradigm.Inventory.Store | |
| Covariant ((->) :: Type -> Type -> Type) ((->) :: Type -> Type -> Type) (Store s) Source # | |
| Adjoint ((->) :: Type -> Type -> Type) ((->) :: Type -> Type -> Type) (Store s) (State s) Source # | |
| type Schematic Comonad (Store s) Source # | |
| type Primary (Store s) a Source # | |
| type Arguments (P_Q_T ((->) :: Type -> Type -> Type) Store Identity source target :: Type) Source # | |
| type Arguments (P_Q_T ((->) :: Type -> Type -> Type) Store Maybe source target :: Type) Source # | |