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

Pandora.Paradigm.Structure.Ability.Deletable

Documentation

class Deletable t where Source #

Methods

(-=) :: Setoid a => a -> t a -> t a infixr 3 Source #

Instances

Instances details
Deletable Stack Source # 
Instance details

Defined in Pandora.Paradigm.Structure.Some.Stack

Methods

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