| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Codec.Xlsx.Types.PivotTable.Internal
Documentation
Instances
| Generic CacheId Source # | |||||
Defined in Codec.Xlsx.Types.PivotTable.Internal Associated Types
| |||||
| Eq CacheId Source # | |||||
| FromAttrVal CacheId Source # | |||||
Defined in Codec.Xlsx.Types.PivotTable.Internal Methods | |||||
| type Rep CacheId Source # | |||||
Defined in Codec.Xlsx.Types.PivotTable.Internal | |||||
data CacheField Source #
Constructors
| CacheField | |
Fields
| |
Instances
data CacheRecordValue Source #
Constructors
| CacheText Text | |
| CacheNumber Double | |
| CacheIndex Int |
Instances
| Generic CacheRecordValue Source # | |||||
Defined in Codec.Xlsx.Types.PivotTable.Internal Associated Types
Methods from :: CacheRecordValue -> Rep CacheRecordValue x Source # to :: Rep CacheRecordValue x -> CacheRecordValue Source # | |||||
| Show CacheRecordValue Source # | |||||
Defined in Codec.Xlsx.Types.PivotTable.Internal | |||||
| Eq CacheRecordValue Source # | |||||
Defined in Codec.Xlsx.Types.PivotTable.Internal Methods (==) :: CacheRecordValue -> CacheRecordValue -> Bool Source # (/=) :: CacheRecordValue -> CacheRecordValue -> Bool Source # | |||||
| type Rep CacheRecordValue Source # | |||||
Defined in Codec.Xlsx.Types.PivotTable.Internal type Rep CacheRecordValue = D1 ('MetaData "CacheRecordValue" "Codec.Xlsx.Types.PivotTable.Internal" "xlsx-1.1.4-G0KawmQS4mL8oRGRTaTy8Y" 'False) (C1 ('MetaCons "CacheText" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :+: (C1 ('MetaCons "CacheNumber" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double)) :+: C1 ('MetaCons "CacheIndex" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int)))) | |||||
type CacheRecord = [CacheRecordValue] Source #
recordValueFromNode :: Node -> [CacheRecordValue] Source #