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

Pandora.Paradigm.Structure.Interface.Dictionary

Documentation

class Dictionary a k t where Source #

Methods

(?=) :: k -> t a -> Maybe a Source #

Instances

Instances details
(Monotonic (Keyed k a) (t (Keyed k a)), Setoid k) => Dictionary a k (Prefixed t k) Source # 
Instance details

Defined in Pandora.Paradigm.Structure.Modification.Prefixed

Methods

(?=) :: k -> Prefixed t k a -> Maybe a Source #