CurryInfo: xml-3.0.0 / XmlConv.aChar

definition:
aChar :: String -> XAttrConv Char
aChar name = attr name char_
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Creates an XML converter for character attributes. Character attributes
--- must not be used in repetitions and do not represent XML elements.
---
--- @param name Attribute name
--- @return Char attribute converter
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {Conv}}
name:
aChar
precedence:
no precedence defined
result-values:
{Conv}
signature:
String -> XmlConv NotRepeatable NoElem Prelude.Char
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term