Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
class (Gettable i, Settable i) => Modifiable i where Source #
type Modification i e r :: * Source #
modify :: Modification i e r Source #
Instances
Modifiable State Source # | |
Defined in Pandora.Paradigm.Inventory.Some.State type Modification State e r Source # modify :: Modification State e r 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 type Modification (Lens t) e r Source # modify :: Modification (Lens t) e r Source # |