pandora-0.5.4: A box of patterns and paradigms
Safe HaskellSafe-Inferred
LanguageHaskell2010

Pandora.Paradigm.Inventory.Ability.Settable

Documentation

class Settable i where Source #

Associated Types

type Setting i e r :: * Source #

Methods

set :: Setting i e r Source #

Instances

Instances details
Settable State Source # 
Instance details

Defined in Pandora.Paradigm.Inventory.Some.State

Associated Types

type Setting State e r Source #

Methods

set :: Setting State e r Source #

Pointable t => Settable (Lens t :: Type -> Type -> Type) Source # 
Instance details

Defined in Pandora.Paradigm.Inventory.Some.Optics

Associated Types

type Setting (Lens t) e r Source #

Methods

set :: Setting (Lens t) e r Source #