CurryInfo: xml-3.0.0 / XmlConv.xmlShows

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