pandora-0.3.6: Pandora/Paradigm/Structure/Ability/Deletable.hs
module Pandora.Paradigm.Structure.Ability.Deletable where import Pandora.Pattern.Object.Setoid (Setoid) class Deletable t where delete :: Setoid a => a -> t a -> t a
module Pandora.Paradigm.Structure.Ability.Deletable where import Pandora.Pattern.Object.Setoid (Setoid) class Deletable t where delete :: Setoid a => a -> t a -> t a