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

Pandora.Paradigm.Structure.Ability.Deletable

Documentation

class Deletable t where Source #

Methods

delete :: Setoid a => a -> t a -> t a Source #

Instances

Instances details
Deletable Stack Source # 
Instance details

Defined in Pandora.Paradigm.Structure.Stack

Methods

delete :: Setoid a => a -> Stack a -> Stack a Source #