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

Pandora.Paradigm.Structure.Ability.Insertable

Documentation

class Insertable t where Source #

Methods

(+=) :: a -> t a -> t a infixr 2 Source #

Instances

Instances details
Insertable Stack Source # 
Instance details

Defined in Pandora.Paradigm.Structure.Some.Stack

Methods

(+=) :: a -> Stack a -> Stack a Source #

(forall a. Chain a) => Insertable Binary Source # 
Instance details

Defined in Pandora.Paradigm.Structure.Some.Binary

Methods

(+=) :: a -> Binary a -> Binary a Source #

(forall a. Chain a) => Insertable (Construction Wye) Source # 
Instance details

Defined in Pandora.Paradigm.Structure.Some.Binary

Methods

(+=) :: a -> Construction Wye a -> Construction Wye a Source #

Insertable (Construction Maybe) Source # 
Instance details

Defined in Pandora.Paradigm.Structure.Some.Stack