Safe Haskell | None |
---|
- module Imm.Boot
- module Imm.Config
- module Imm.Feed
- module Imm.HTTP
- module Imm.Mail
- module Imm.Maildir
- read :: String -> Maybe [(String, [String])]
- module Imm.Util
Documentation
module Imm.Boot
module Imm.Config
module Imm.Feed
module Imm.HTTP
module Imm.Mail
module Imm.Maildir
read :: String -> Maybe [(String, [String])]Source
Parse an OPML string and return a list of tuples (category title, feed URIs).
module Imm.Util