xlsx-1.1.2.1: Simple and incomplete Excel file parser/writer
Safe HaskellSafe-Inferred
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

Instances details
Generic DvPair Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.DvPair

Associated Types

type Rep DvPair :: Type -> Type #

Methods

from :: DvPair -> Rep DvPair x #

to :: Rep DvPair x -> DvPair #

Show DvPair Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.DvPair

Eq DvPair Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.DvPair

Methods

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

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

FromCursor DvPair Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.DvPair

FromXenoNode DvPair Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.DvPair

ToElement DvPair Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.DvPair

type Rep DvPair Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.DvPair

type Rep DvPair = D1 ('MetaData "DvPair" "Codec.Xlsx.Types.Internal.DvPair" "xlsx-1.1.2.1-GdAjj0zF0PPpPuMGO3FJH" 'True) (C1 ('MetaCons "DvPair" 'PrefixI 'True) (S1 ('MetaSel ('Just "unDvPair") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (SqRef, DataValidation))))