CurryInfo: xml-3.0.0 / XmlConv.aString

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