imm-1.3.0.0: Execute arbitrary actions for each unread element of RSS/Atom feeds

Safe HaskellNone
LanguageHaskell98

Imm.XML

Description

XML module abstracts over the parsing of RSS/Atom feeds.

Synopsis

Documentation

class MonadThrow m => MonadXmlParser m where Source #

Monad capable of parsing XML into a Feed (RSS or Atom).

Minimal complete definition

parseXml

Methods

parseXml :: URI -> LByteString -> m Feed Source #

Instances