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 #
type TimeString = Text #
type TextString = Text #
Constructors
Feed | |
Fields
|
Constructors
Channel | |
Fields
|
Constructors
Image | |
Fields
|
Constructors
Item | |
Fields
|
data TextInputInfo #
Constructors
TextInputInfo | |
Fields
|
Instances
Show TextInputInfo # | |
Defined in Text.RSS1.Syntax Methods showsPrec :: Int -> TextInputInfo -> ShowS # show :: TextInputInfo -> String # showList :: [TextInputInfo] -> ShowS # |
data TaxonomyTopic #
Constructors
TaxonomyTopic | |
Fields
|
Instances
Show TaxonomyTopic # | |
Defined in Text.RSS1.Syntax Methods showsPrec :: Int -> TaxonomyTopic -> ShowS # show :: TaxonomyTopic -> String # showList :: [TaxonomyTopic] -> ShowS # |
data UpdatePeriod #
Instances
Show UpdatePeriod # | |
Defined in Text.RSS1.Syntax Methods showsPrec :: Int -> UpdatePeriod -> ShowS # show :: UpdatePeriod -> String # showList :: [UpdatePeriod] -> ShowS # | |
Eq UpdatePeriod # | |
Defined in Text.RSS1.Syntax |
data ContentInfo #
Constructors
ContentInfo | |
Fields |
Instances
Show ContentInfo # | |
Defined in Text.RSS1.Syntax Methods showsPrec :: Int -> ContentInfo -> ShowS # show :: ContentInfo -> String # showList :: [ContentInfo] -> ShowS # | |
Eq ContentInfo # | |
Defined in Text.RSS1.Syntax |
nullFeed :: URIString -> TitleString -> Feed #
nullChannel :: URIString -> TitleString -> Channel #
nullTextInputInfo :: URIString -> TextString -> TextString -> URIString -> TextInputInfo #
nullTaxonomyTopic :: URIString -> URIString -> TaxonomyTopic #