hs3
Network.AWS.ArrowUtils
Description
Helper functions for working with HXT. Scraped from haskell.org.
split :: Arrow a => a b (b, b)
unsplit :: Arrow a => (b -> c -> d) -> a (b, c) d
atTag :: ArrowXml a => String -> a (NTree XNode) XmlTree
text :: ArrowXml cat => cat (NTree XNode) String