xlsx-0.6.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 #

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