rest-core-0.32: Rest API library.

Safe HaskellNone

Rest.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