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

Pandora.Paradigm.Structure.Ability.Convertible

Documentation

class Convertible f t u a where Source #

Methods

conversion :: Tagged f (t a) -> u a Source #

convert :: forall f t u a. Convertible f t u a => t a -> u a Source #