Portability | |
---|---|
Stability | provisional |
Maintainer | Sigbjorn Finne <sof@galois.com> |
Documentation
type FeedGetter a = Feed -> Maybe aSource
getFeedTitle :: Feed -> StringSource
getFeedAuthor :: Feed -> Maybe StringSource
getFeedItems :: Feed -> [Item]Source
type ItemGetter a = Item -> Maybe aSource
getItemId :: ItemGetter (Bool, String)Source
getItemCategories :: Item -> [String]Source