rest-types-1.11.1: Silk Rest Framework Types

Safe HaskellSafe-Inferred

Rest.Types.Info

Description

Module facilitating informative inspection of datatypes.

Synopsis

Documentation

class Typeable a => Info a whereSource

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

Methods

describe :: proxy a -> StringSource

example :: proxy a -> StringSource

Instances

Info Int 
Info Integer 
Info String 
Info Text