feed-0.3.9.1: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.

Portability
Stabilityprovisional
MaintainerSigbjorn Finne <sof@galois.com>
Safe HaskellSafe-Inferred

Text.Feed.Types

Description

 

Synopsis

Documentation

data Feed Source

The abstract type of feed documents. The internal representation is as whatever feed variant type the document was either imported or has now been translated to.

Instances

data Item Source

The abstract type of feed items. Like the Feed type, the representation of a value is as one of the different RSS item/entry variants.

Instances

data FeedKind Source

The kinds of feed documents supported.

Instances