derive-2.5.26: A program and library to derive instances for data types

Safe HaskellNone
LanguageHaskell98

Language.Haskell.Convert

Documentation

class (Typeable a, Typeable b, Show a, Show b) => Convert a b Source

Minimal complete definition

conv

convert :: forall a b. Convert a b => a -> b Source