| 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 # | |
| Interpreted (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 # (||=) :: Interpreted u => (Primary (Store s) a -> Primary u b) -> Store s a -> u b Source # (=||) :: Interpreted u => (Store s a -> u b) -> Primary (Store s) a -> Primary u b Source # (<$||=) :: (Covariant (->) (->) j, Interpreted u) => (Primary (Store s) a -> Primary u b) -> (j := Store s a) -> j := u b Source # (<$$||=) :: (Covariant (->) (->) j, Covariant (->) (->) k, Interpreted u) => (Primary (Store s) a -> Primary u b) -> ((j :. k) := Store s a) -> (j :. k) := u b Source # (<$$$||=) :: (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 # (<$$$$||=) :: (Covariant (->) (->) j, Covariant (->) (->) k, Covariant (->) (->) l, Covariant (->) (->) m, Interpreted u) => (Primary (Store s) a -> Primary u b) -> ((j :. (k :. (l :. m))) := Store s a) -> (j :. (k :. (l :. m))) := 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 (->) (->) m, Interpreted u) => (Store s a -> u b) -> ((j :. (k :. (l :. m))) := Primary (Store s) a) -> (j :. (k :. (l :. m))) := Primary u b Source # | |
| Comonadic (Store s) Source # | |
Defined in Pandora.Paradigm.Inventory.Store | |
| Semimonoidal (<--) (:*:) (:*:) (Store s :: Type -> Type) Source # | |
| Comonad (Store s) ((->) :: Type -> Type -> Type) Source # | |
Defined in Pandora.Paradigm.Inventory.Store | |
| 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 # | |
| Covariant ((->) :: Type -> Type -> Type) ((->) :: Type -> Type -> Type) (Store s) Source # | |
| Adjoint ((->) :: Type -> Type -> Type) ((->) :: Type -> Type -> Type) (Store s) (State 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 # | |
| type Schematic Comonad (Store s) Source # | |