CurryInfo: xml-3.0.0 / XmlConv.repSeq1

definition:
repSeq1 :: (Data a, Data b) => (a -> b) -> XmlConv Repeatable _ a
        -> XRepConv [b]
repSeq1 cons xa = rep (seq1 cons xa)
demand:
no demanded arguments
deterministic:
possibly non-deterministic operation
documentation:
--- Creates an XML converter that represents a repetition of a sequence
--- of repeatable XML data. The repetition may be used in other
--- repetitions but does not represent an XML element. This combinator is
--- provided because converters for repeatable sequences cannot be
--- constructed by the seq combinators.
---
--- @param f Invertable function (constructor) that combines the sequence
--- @param conv(s) XML converter for the data contained in the sequence
--- @return XML converter representing a repetition of a sequence
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_,_) |-> {Conv}}
name:
repSeq1
precedence:
no precedence defined
result-values:
{Conv}
signature:
(Prelude.Data a, Prelude.Data b) => (a -> b) -> XmlConv Repeatable c a
-> XmlConv NotRepeatable NoElem [b]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term