follow-0.1.0.0: Haskell library to follow content published on any subject.

Safe HaskellNone
LanguageHaskell2010

Follow.Fetchers.Feed.Internal

Description

This module defains low level helper functions to be used by the feed fetcher strategy.

Synopsis

Documentation

feedToEntries :: Feed -> [Entry] Source #

Transforms a feed to a list of entries.

parseFeed :: MonadThrow m => ByteString -> m Feed Source #

Parses a feed type from a textual representation.