CurryInfo: xml-3.0.0 / XmlConv.xmlReads

definition:
xmlReads :: XmlConv _ _ a -> XmlReads a
xmlReads (Conv rd _) = rd
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Takes an XML converter and returns a function that consumes XML data
--- and returns the remaining data along with the result.
---
--- @param conv XML converter
--- @return XmlReads function
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Conv}) |-> _}
name:
xmlReads
precedence:
no precedence defined
result-values:
_
signature:
XmlConv a b c -> ([(String, String)], [XML.XmlExp])
-> (c, ([(String, String)], [XML.XmlExp]))
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms