xlsx-0.7.0: Simple and incomplete Excel file parser/writer

Safe HaskellNone
LanguageHaskell2010

Codec.Xlsx.Types.Internal.DvPair

Synopsis

Documentation

newtype DvPair Source #

Internal helper type for parsing data validation records

See 18.3.1.32 "dataValidation (Data Validation)" (p. 1614/1624)

Constructors

DvPair 

Instances

Eq DvPair Source # 

Methods

(==) :: DvPair -> DvPair -> Bool #

(/=) :: DvPair -> DvPair -> Bool #

Show DvPair Source # 
Generic DvPair Source # 

Associated Types

type Rep DvPair :: * -> * #

Methods

from :: DvPair -> Rep DvPair x #

to :: Rep DvPair x -> DvPair #

FromXenoNode DvPair Source # 
FromCursor DvPair Source # 
ToElement DvPair Source # 
type Rep DvPair Source # 
type Rep DvPair = D1 * (MetaData "DvPair" "Codec.Xlsx.Types.Internal.DvPair" "xlsx-0.7.0-67d30z0rd5vGH8ecLQYdXm" True) (C1 * (MetaCons "DvPair" PrefixI True) (S1 * (MetaSel (Just Symbol "unDvPair") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (SqRef, DataValidation))))