| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Pandora.Paradigm.Inventory.Some.Store
Documentation
Context based computation on value
Instances
| Monoidal (<--) (-->) (:*:) (:*:) (Store s) Source # | |
| Semigroupoid (Lens Identity) Source # | |
| Semigroupoid (Lens Maybe) Source # | |
| Category (Lens Identity) Source # | |
| Category (Lens Maybe) Source # | |
| Semimonoidal (<--) (:*:) (:*:) (Store s :: Type -> Type) Source # | |
| Semimonoidal (-->) (:*:) (:*:) (Lens Identity source :: 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 # | |
| Gettable (Lens Identity) Source # | |
| Gettable (Lens Maybe) Source # | |
| Pointable t => Settable (Lens t :: Type -> Type -> Type) Source # | |
| (Gettable (Lens t), Covariant ((->) :: Type -> Type -> Type) ((->) :: Type -> Type -> Type) t, Pointable t) => Modifiable (Lens t :: Type -> Type -> Type) Source # | |
Defined in Pandora.Paradigm.Inventory.Some.Optics Associated Types type Modification (Lens t) e r Source # Methods modify :: Modification (Lens t) e r Source # | |
| Extendable ((->) :: Type -> Type -> Type) (Store s) Source # | |
| Interpreted ((->) :: Type -> Type -> Type) (Store s) Source # | |
Defined in Pandora.Paradigm.Inventory.Some.Store Methods run :: Store s a -> Primary (Store s) a Source # unite :: Primary (Store s) a -> Store s a Source # (!) :: Store s a -> Primary (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 # (=||$>) :: (Covariant (->) (->) j, Interpreted (->) u) => (Store s a -> u b) -> (j := Primary (Store s) a) -> (j := Primary u b) Source # | |
| Comonad ((->) :: Type -> Type -> Type) (Store s) Source # | |
Defined in Pandora.Paradigm.Inventory.Some.Store | |
| Comonadic ((->) :: Type -> Type -> Type) (Store s) Source # | |
Defined in Pandora.Paradigm.Inventory.Some.Store | |
| Covariant ((->) :: Type -> Type -> Type) ((->) :: Type -> Type -> Type) (Store s) Source # | |
Defined in Pandora.Paradigm.Inventory.Some.Store Methods (<-|-) :: (a -> b) -> Store s a -> Store s b Source # (<-|-|-) :: (Covariant (->) (Betwixt (->) (->)) u, Covariant (Betwixt (->) (->)) (->) (Store s)) => (a -> b) -> Store s (u a) -> Store s (u b) Source # (<-|-|-|-) :: (Covariant (->) (Betwixt (->) (Betwixt (->) (->))) v, Covariant (Betwixt (->) (Betwixt (->) (->))) (Betwixt (Betwixt (->) (->)) (->)) u, Covariant (Betwixt (Betwixt (->) (->)) (->)) (->) (Store s)) => (a -> b) -> Store s (u (v a)) -> Store s (u (v b)) 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 # | |
| type Getting (Lens Identity) source target Source # | |
| type Getting (Lens Maybe) source target Source # | |
| type Setting (Lens t :: Type -> Type -> Type) source target Source # | |
Defined in Pandora.Paradigm.Inventory.Some.Optics | |
| type Modification (Lens t :: Type -> Type -> Type) source target Source # | |
Defined in Pandora.Paradigm.Inventory.Some.Optics type Modification (Lens t :: Type -> Type -> Type) source target = (target -> target) -> Lens t source target -> source -> source | |