xlsx-0.8.1: 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 # 
Instance details

Defined in Codec.Xlsx.Types.Internal.DvPair

Methods

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

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

Show DvPair Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.DvPair

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 #

FromXenoNode DvPair Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.DvPair

FromCursor 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-0.8.1-9MYBy5o3cf0Evj7k0jFyxz" True) (C1 (MetaCons "DvPair" PrefixI True) (S1 (MetaSel (Just "unDvPair") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SqRef, DataValidation))))