feed-1.3.2.1: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.
Copyright(c) Galois Inc. 2008
(c) Sigbjorn Finne 2009-
LicenseBSD3
MaintainerSigbjorn Finne <sof@forkIO.com>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.RSS1.Syntax

Description

 

Documentation

type URIString = Text Source #

type TitleString = Text Source #

type TimeString = Text Source #

type TextString = Text Source #

data Feed Source #

Constructors

Feed 

Fields

Instances

Instances details
Show Feed Source # 
Instance details

Defined in Text.RSS1.Syntax

Methods

showsPrec :: Int -> Feed -> ShowS

show :: Feed -> String

showList :: [Feed] -> ShowS

data Channel Source #

Instances

Instances details
Show Channel Source # 
Instance details

Defined in Text.RSS1.Syntax

Methods

showsPrec :: Int -> Channel -> ShowS

show :: Channel -> String

showList :: [Channel] -> ShowS

data Image Source #

Instances

Instances details
Show Image Source # 
Instance details

Defined in Text.RSS1.Syntax

Methods

showsPrec :: Int -> Image -> ShowS

show :: Image -> String

showList :: [Image] -> ShowS

data Item Source #

Instances

Instances details
Show Item Source # 
Instance details

Defined in Text.RSS1.Syntax

Methods

showsPrec :: Int -> Item -> ShowS

show :: Item -> String

showList :: [Item] -> ShowS

data TextInputInfo Source #

Instances

Instances details
Show TextInputInfo Source # 
Instance details

Defined in Text.RSS1.Syntax

Methods

showsPrec :: Int -> TextInputInfo -> ShowS

show :: TextInputInfo -> String

showList :: [TextInputInfo] -> ShowS

data TaxonomyTopic Source #

Constructors

TaxonomyTopic 

Fields

Instances

Instances details
Show TaxonomyTopic Source # 
Instance details

Defined in Text.RSS1.Syntax

Methods

showsPrec :: Int -> TaxonomyTopic -> ShowS

show :: TaxonomyTopic -> String

showList :: [TaxonomyTopic] -> ShowS

data UpdatePeriod Source #

Instances

Instances details
Show UpdatePeriod Source # 
Instance details

Defined in Text.RSS1.Syntax

Methods

showsPrec :: Int -> UpdatePeriod -> ShowS

show :: UpdatePeriod -> String

showList :: [UpdatePeriod] -> ShowS

Eq UpdatePeriod Source # 
Instance details

Defined in Text.RSS1.Syntax

Methods

(==) :: UpdatePeriod -> UpdatePeriod -> Bool

(/=) :: UpdatePeriod -> UpdatePeriod -> Bool

data ContentInfo Source #

Constructors

ContentInfo 

Fields

Instances

Instances details
Show ContentInfo Source # 
Instance details

Defined in Text.RSS1.Syntax

Methods

showsPrec :: Int -> ContentInfo -> ShowS

show :: ContentInfo -> String

showList :: [ContentInfo] -> ShowS

Eq ContentInfo Source # 
Instance details

Defined in Text.RSS1.Syntax

Methods

(==) :: ContentInfo -> ContentInfo -> Bool

(/=) :: ContentInfo -> ContentInfo -> Bool