| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Pandora.Paradigm.Schemes.P_Q_T
Documentation
newtype P_Q_T (p :: * -> * -> *) (q :: * -> * -> *) (t :: * -> *) (a :: *) (b :: *) Source #
Constructors
| P_Q_T (p a (q (t b) a)) |
Instances
| Semigroupoid (Lens Identity) Source # | |
| Semigroupoid (Lens Maybe) Source # | |
| Category (Lens Identity) Source # | |
| Category (Lens Maybe) 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 (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 # | |
| Interpreted ((->) :: Type -> Type -> Type) (P_Q_T p q t a) Source # | |
Defined in Pandora.Paradigm.Schemes.P_Q_T Methods run :: P_Q_T p q t a a0 -> Primary (P_Q_T p q t a) a0 Source # unite :: Primary (P_Q_T p q t a) a0 -> P_Q_T p q t a a0 Source # (!) :: P_Q_T p q t a a0 -> Primary (P_Q_T p q t a) a0 Source # (||=) :: (Semigroupoid (->), Interpreted (->) u) => (Primary (P_Q_T p q t a) a0 -> Primary u b) -> P_Q_T p q t a a0 -> u b Source # (=||) :: (Semigroupoid (->), Interpreted (->) u) => (P_Q_T p q t a a0 -> u b) -> Primary (P_Q_T p q t a) a0 -> Primary u b Source # (<$||=) :: (Semigroupoid (->), Covariant (->) (->) j, Interpreted (->) u) => (Primary (P_Q_T p q t a) a0 -> Primary u b) -> (j := P_Q_T p q t a a0) -> (j := u b) Source # (=||$>) :: (Covariant (->) (->) j, Interpreted (->) u) => (P_Q_T p q t a a0 -> u b) -> (j := Primary (P_Q_T p q t a) a0) -> (j := Primary u b) 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 | |
| type Primary (P_Q_T p q t a) b Source # | |
Defined in Pandora.Paradigm.Schemes.P_Q_T | |