definition:
|
eBool :: String -> String -> XElemConv Bool
eBool true false = eEmpty true True ! eEmpty false False
|
demand:
|
no demanded arguments
|
deterministic:
|
possibly non-deterministic operation
|
documentation:
|
--- Creates an XML converter for boolean elements. Boolean elements may be
--- used in repetitions.
---
--- @param true Tag name of the XML element representing True
--- @param false Tag name of the XML element representing False
--- @return Bool element converter
|
failfree:
|
<FAILING>
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,_) |-> {Conv}}
|
name:
|
eBool
|
precedence:
|
no precedence defined
|
result-values:
|
{Conv}
|
signature:
|
String -> String -> XmlConv Repeatable Elem Prelude.Bool
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|