rest-types-1.14: Silk Rest Framework Types

Safe HaskellSafe-Inferred
LanguageHaskell98

Rest.Types.Info

Description

Module facilitating informative inspection of datatypes.

Synopsis

Documentation

class Typeable a => Info a where Source

Type class representing information about the read/show function on a data type.

Minimal complete definition

describe

Methods

describe :: proxy a -> String Source

example :: proxy a -> String Source