timerep-1.0.3: Parse and display time according to some RFCs (RFC3339, RFC2822)

Safe HaskellSafe-Infered

Data.Time.RFC2822

Contents

Synopsis

Basic type class

class RFC2822 a whereSource

This class is here to allow future support for other data types like Data.Text or Data.ByteString if that becomes necessary

Instances

RFC2822 String

For now there is only an instance for the String data type