CurryInfo: xml-3.0.0 / XmlConv.seq3

definition:
seq3 :: (Data a, Data b, Data c, Data d) => (a -> b -> c -> d)
     -> XmlConv _ _ a -> XmlConv _ _ b -> XmlConv _ _ c
     -> XSeqConv d
seq3 = seq3_
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:
{(_,_,_,_) |-> {seq3_}}
name:
seq3
precedence:
no precedence defined
result-values:
{seq3_}
signature:
(Prelude.Data a, Prelude.Data b, Prelude.Data c, Prelude.Data d) => (a -> b -> c
-> d) -> XmlConv e f a -> XmlConv g h b -> XmlConv i j c
-> XmlConv NotRepeatable NoElem d
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term