CurryInfo: xml-3.0.0 / XmlConv.aFloat

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