Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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 # | |
Semigroup 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 # | |
Extendable ((->) :: Type -> Type -> Type) (Store s) Source # | |
Interpreted ((->) :: Type -> Type -> Type) (Store s) Source # | |
Defined in Pandora.Paradigm.Inventory.Store 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.Store | |
Comonadic ((->) :: 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 # | |