rss-conduit-0.3.1.1: Streaming parser/renderer for the RSS standard.

Safe HaskellNone
LanguageHaskell2010

Text.RSS.Lens

Documentation

itemAuthorL :: Functor f => (Text -> f Text) -> RssItem -> f RssItem #

itemTitleL :: Functor f => (Text -> f Text) -> RssItem -> f RssItem #

imageTitleL :: Functor f => (Text -> f Text) -> RssImage -> f RssImage #