rest-types-1.14.1.1: Silk Rest Framework Types
Rest.Types.Info
Description
Module facilitating informative inspection of datatypes.
Synopsis
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 #
Instances
describe :: proxy Int -> String Source #
example :: proxy Int -> String Source #
describe :: proxy Integer -> String Source #
example :: proxy Integer -> String Source #
describe :: proxy String -> String Source #
example :: proxy String -> String Source #
describe :: proxy Text -> String Source #
example :: proxy Text -> String Source #