| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Codec.Xlsx.Types.Internal.DvPair
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)
Constructors
| DvPair | |
Fields
| |
Instances
| Eq DvPair Source # | |
| Show DvPair Source # | |
| Generic DvPair Source # | |
| FromXenoNode DvPair Source # | |
Defined in Codec.Xlsx.Types.Internal.DvPair | |
| FromCursor DvPair Source # | |
Defined in Codec.Xlsx.Types.Internal.DvPair Methods fromCursor :: Cursor -> [DvPair] Source # | |
| 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-0.8.2-8DMKXE4frdJ3Wwt78d3mZG" True) (C1 (MetaCons "DvPair" PrefixI True) (S1 (MetaSel (Just "unDvPair") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SqRef, DataValidation)))) | |