Portability | |
---|---|
Stability | provisional |
Maintainer | Sigbjorn Finne <sof@galois.com> |
Text.RSS1.Syntax
Description
Documentation
type URIString = String
type TitleString = String
type TimeString = String
type TextString = String
data Feed
Constructors
Feed | |
Fields
|
Instances
Show Feed |
data Channel
Constructors
Channel | |
Fields
|
Instances
Show Channel |
data Image
Constructors
Image | |
Fields
|
Instances
Show Image |
data Item
Constructors
Item | |
Fields
|
Instances
Show Item |
data TextInputInfo
Constructors
TextInputInfo | |
Fields
|
Instances
Show TextInputInfo |
data TaxonomyTopic
Constructors
TaxonomyTopic | |
Fields
|
Instances
Show TaxonomyTopic |
data UpdatePeriod
Instances
Eq UpdatePeriod | |
Show UpdatePeriod |
data ContentInfo
Constructors
ContentInfo | |
Fields
|
Instances
Eq ContentInfo | |
Show ContentInfo |
nullFeed :: URIString -> TitleString -> Feed
nullChannel :: URIString -> TitleString -> Channel
nullItem :: URIString -> TextString -> URIString -> Item
nullTextInputInfo :: URIString -> TextString -> TextString -> URIString -> TextInputInfo
nullTaxonomyTopic :: URIString -> URIString -> TaxonomyTopic