hS3-0.5.9: Interface to Amazon's Simple Storage Service (S3)
Network.AWS.ArrowUtils
Description
Helper functions for working with HXT. Scraped from haskell.org.
split :: Arrow a => a b (b, b) Source
unsplit :: Arrow a => (b -> c -> d) -> a (b, c) d Source
atTag :: ArrowXml a => String -> a (NTree XNode) XmlTree Source
text :: ArrowXml cat => cat (NTree XNode) String Source