air-spec-2013.7.1: air spec helper

Safe HaskellNone

Air.Data.PlainShow

Documentation

class Show a => PlainShow a whereSource

Methods

plainShow :: a -> StringSource

newtype PlainShowWrapper a Source

Constructors

PlainShowWrapper 

Fields

unPlainShowWrapper :: a
 

Instances