| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Imm.XML
Description
XML module abstracts over the parsing of RSS/Atom feeds.
- class MonadThrow m => MonadXmlParser m where
Documentation
class MonadThrow m => MonadXmlParser m where Source #
Monad capable of parsing XML into a Feed (RSS or Atom).
Minimal complete definition
Instances
| (MonadIO m, MonadCatch m) => MonadXmlParser (ReaderT * XmlParser m) Source # |
|
| (MonadThrow m, MonadXmlParser (ReaderT * e m)) => MonadXmlParser (ReaderT * (Modules a b c d e) m) Source # | |