Portability | |
---|---|
Stability | provisional |
Maintainer | Sigbjorn Finne <sof@galois.com> |
Safe Haskell | None |
Text.Feed.Query
Description
Documentation
type FeedGetter a = Feed -> Maybe a
getFeedTitle :: Feed -> String
getFeedAuthor :: Feed -> Maybe String
getFeedCategories :: Feed -> [(String, Maybe String)]
getFeedItems :: Feed -> [Item]
type ItemGetter a = Item -> Maybe a
getItemId :: ItemGetter (Bool, String)
getItemCategories :: Item -> [String]