CurryInfo: xml-3.0.0 / XmlConv.seq2

definition:
seq2 :: (Data a, Data b, Data c) => (a -> b -> c)
     -> XmlConv _ _ a -> XmlConv _ _ b
     -> XSeqConv c
seq2 = seq2_
demand:
no demanded arguments
deterministic:
possibly non-deterministic operation
documentation:
--- Creates an XML converter representing a sequence of arbitrary XML data.
--- The sequence must not be used in repetitions and does not represent an
--- XML element.
---
--- @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 sequence
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_) |-> {seq2_}}
name:
seq2
precedence:
no precedence defined
result-values:
{seq2_}
signature:
(Prelude.Data a, Prelude.Data b, Prelude.Data c) => (a -> b -> c)
-> XmlConv d e a -> XmlConv f g b -> XmlConv NotRepeatable NoElem c
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term