Copyright | (c) Audrey Tang 2004-2011 |
---|---|
License | PublicDomain |
Maintainer | [email protected] |
Stability | experimental |
Portability | non-portable (GHC-only) |
Safe Haskell | None |
Language | Haskell98 |
OpenAFP.Types.View
Description
Concrete data views on Chunks and Records.
Documentation
type ChunksType = TypeRep Source #
type RecordType = TypeRep Source #
type NumberType = TypeRep Source #
type StringType = TypeRep Source #
type FieldLabel = ByteString Source #
data ViewRecord Source #
Constructors
ViewRecord | |
Fields
|
Instances
Constructors
ViewField | |
Fields
|
data ViewContent Source #
Constructors
ViewNumber | |
Fields
| |
ViewString | |
Fields
| |
ViewNStr | |
Fields
| |
ViewChunks | |
Fields
| |
ViewData | |
Fields
|
Instances