| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Codec.Xlsx.Types.PivotTable.Internal
Documentation
Instances
| Eq CacheId # | |
| Generic CacheId # | |
| FromAttrVal CacheId # | |
Defined in Codec.Xlsx.Types.PivotTable.Internal Methods | |
| type Rep CacheId # | |
Defined in Codec.Xlsx.Types.PivotTable.Internal | |
data CacheField #
Constructors
| CacheField | |
Fields
| |
Instances
data CacheRecordValue #
Constructors
| CacheText Text | |
| CacheNumber Double | |
| CacheIndex Int |
Instances
type CacheRecord = [CacheRecordValue] #
recordValueFromNode :: Node -> [CacheRecordValue] #