Copyright | (c) Galois Inc. 2008 (c) Sigbjorn Finne 2009- |
---|---|
License | BSD3 |
Maintainer | Sigbjorn Finne <sof@forkIO.com> |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Text.RSS1.Syntax
Description
Documentation
type TitleString = Text Source #
type TimeString = Text Source #
type TextString = Text Source #
Constructors
Feed | |
Fields
|
Constructors
Channel | |
Fields
|
Constructors
Image | |
Fields
|
Constructors
Item | |
Fields
|
data TextInputInfo Source #
Constructors
TextInputInfo | |
Fields
|
Instances
Show TextInputInfo Source # | |
Defined in Text.RSS1.Syntax Methods showsPrec :: Int -> TextInputInfo -> ShowS # show :: TextInputInfo -> String # showList :: [TextInputInfo] -> ShowS # |
data TaxonomyTopic Source #
Constructors
TaxonomyTopic | |
Fields
|
Instances
Show TaxonomyTopic Source # | |
Defined in Text.RSS1.Syntax Methods showsPrec :: Int -> TaxonomyTopic -> ShowS # show :: TaxonomyTopic -> String # showList :: [TaxonomyTopic] -> ShowS # |
data UpdatePeriod Source #
Instances
Eq UpdatePeriod Source # | |
Defined in Text.RSS1.Syntax | |
Show UpdatePeriod Source # | |
Defined in Text.RSS1.Syntax Methods showsPrec :: Int -> UpdatePeriod -> ShowS # show :: UpdatePeriod -> String # showList :: [UpdatePeriod] -> ShowS # |
data ContentInfo Source #
Constructors
ContentInfo | |
Fields |
Instances
Eq ContentInfo Source # | |
Defined in Text.RSS1.Syntax | |
Show ContentInfo Source # | |
Defined in Text.RSS1.Syntax Methods showsPrec :: Int -> ContentInfo -> ShowS # show :: ContentInfo -> String # showList :: [ContentInfo] -> ShowS # |
nullChannel :: URIString -> TitleString -> Channel Source #
nullTextInputInfo :: URIString -> TextString -> TextString -> URIString -> TextInputInfo Source #
nullTaxonomyTopic :: URIString -> URIString -> TaxonomyTopic Source #