derive-2.1.0: A program and library to derive instances for data typesSource codeContentsIndex
Language.Haskell.Convert
Documentation
class (Typeable a, Typeable b, Show a, Show b) => Convert a b Source
show/hide Instances
convert :: forall a b. Convert a b => a -> bSource
Produced by Haddock version 2.6.0