Safe Haskell | Safe-Infered |
---|
Aws.Xml
Documentation
newtype XmlException Source
Constructors
XmlException | |
Fields |
force :: Failure XmlException m => String -> [a] -> m aSource
forceM :: Failure XmlException m => String -> [m a] -> m aSource
textReadInt :: (Failure XmlException m, Num a) => Text -> m aSource
xmlCursorConsumer :: Monoid m => (Cursor -> Response m a) -> IORef m -> HTTPResponseConsumer aSource