OpenAFP-1.1: IBM AFP document format parser and generatorSource codeContentsIndex
OpenAFP.Types.View
Portabilitynon-portable (GHC-only)
Stabilityexperimental
Maintaineraudreyt@audreyt.org
Description
Concrete data views on Chunks and Records.
Documentation
type ChunksType = TypeRepSource
type RecordType = TypeRepSource
type NumberType = TypeRepSource
type NStrType = TypeRepSource
type StringType = TypeRepSource
type DataType = TypeRepSource
type FieldLabel = ByteStringSource
data ViewRecord Source
Constructors
ViewRecord
vr_type :: !RecordType
vr_field :: ![ViewField]
show/hide Instances
data ViewField Source
Constructors
ViewField
vf_label :: !FieldLabel
vf_content :: !ViewContent
show/hide Instances
data ViewContent Source
Constructors
ViewNumber
vc_type :: !NumberType
vc_number :: !Int
ViewString
vc_type :: !StringType
vc_string :: !ByteString
ViewNStr
vc_type :: !NStrType
vc_nstr :: !ByteString
ViewChunks
vc_type :: !ChunksType
vc_chunks :: ![ViewRecord]
ViewData
vc_type :: !DataType
vc_data :: ![ViewRecord]
show/hide Instances
Produced by Haddock version 2.3.0