Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- newtype DvPair = DvPair {
- unDvPair :: (SqRef, DataValidation)
Documentation
Internal helper type for parsing data validation records
See 18.3.1.32 "dataValidation (Data Validation)" (p. 1614/1624)
DvPair | |
|
Instances
Generic DvPair Source # | |
Show DvPair Source # | |
Eq DvPair Source # | |
FromCursor DvPair Source # | |
Defined in Codec.Xlsx.Types.Internal.DvPair fromCursor :: Cursor -> [DvPair] Source # | |
FromXenoNode DvPair Source # | |
Defined in Codec.Xlsx.Types.Internal.DvPair | |
ToElement DvPair Source # | |
type Rep DvPair Source # | |
Defined in Codec.Xlsx.Types.Internal.DvPair type Rep DvPair = D1 ('MetaData "DvPair" "Codec.Xlsx.Types.Internal.DvPair" "xlsx-1.1.0.1-FKUF1Jx3xuq9irRu3xJWCs" 'True) (C1 ('MetaCons "DvPair" 'PrefixI 'True) (S1 ('MetaSel ('Just "unDvPair") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (SqRef, DataValidation)))) |