pandora-0.3.8: 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 infixr 3 Source #

Instances

Instances details
Deletable List Source # 
Instance details

Defined in Pandora.Paradigm.Structure.Some.List

Methods

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