Portability | non-portable |
---|---|
Stability | experimental |
Maintainer | mboes@tweag.net |
Text.VCard.Types
Description
- data Version = Version {
- version_major :: Int
- version_minor :: Int
- data ExtraValue
- = Struct [[ByteString]]
- | Binary ByteString
- | PhoneNumber ByteString
- | UTCOffset { }
- | SubVCard VCard
- data VCard = VCard {}
- type VCardValue = Value ExtraValue
- type VProperty = Property ExtraValue
- type SourceName = String
Documentation
Constructors
Version | |
Fields
|
data ExtraValue Source
Additional value specifications in RFC 2426.
Constructors
Struct [[ByteString]] | |
Binary ByteString | |
PhoneNumber ByteString | |
UTCOffset | |
Fields
| |
SubVCard VCard |
Instances
Constructors
VCard | |
Fields |
type VCardValue = Value ExtraValueSource
A |VCardValue| obeys the union of the value specifications in RFC 2425 and RFC 2426.
type VProperty = Property ExtraValueSource
type SourceName = StringSource