Portability | non-portable (GHC-only) |
---|---|
Stability | experimental |
Maintainer | audreyt@audreyt.org |
Safe Haskell | None |
OpenAFP.Types.View
Description
Concrete data views on Chunks and Records.
Documentation
type ChunksType = TypeRep
type RecordType = TypeRep
type NumberType = TypeRep
type StringType = TypeRep
type FieldLabel = ByteString
data ViewRecord
Constructors
ViewRecord | |
Fields
|
Instances
data ViewField
Constructors
ViewField | |
Fields
|
data ViewContent
Constructors
ViewNumber | |
Fields
| |
ViewString | |
Fields
| |
ViewNStr | |
Fields
| |
ViewChunks | |
Fields
| |
ViewData | |
Fields
|
Instances