rel8-internal
Safe HaskellNone
LanguageHaskell2010

Rel8.Internal.Type.ReadShow

Synopsis

Documentation

newtype ReadShow a Source #

A deriving-via helper type for column types that store a Haskell value using a Haskell's Read and Show type classes.

Constructors

ReadShow 

Fields

Instances

Instances details
(Read a, Show a, Typeable a) => DBType (ReadShow a) Source # 
Instance details

Defined in Rel8.Internal.Type.ReadShow