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

Safe HaskellNone
LanguageHaskell2010

Codec.Xlsx.Types.Internal.DvPair

Synopsis

Documentation

newtype DvPair #

Internal helper type for parsing data validation records

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

Constructors

DvPair 

Instances

Eq DvPair # 

Methods

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

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

Show DvPair # 
Generic DvPair # 

Associated Types

type Rep DvPair :: * -> * #

Methods

from :: DvPair -> Rep DvPair x #

to :: Rep DvPair x -> DvPair #

ToElement DvPair # 

Methods

toElement :: Name -> DvPair -> Element #

FromCursor DvPair # 

Methods

fromCursor :: Cursor -> [DvPair] #

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