CurryInfo: searchtree-3.0.0 / Control.SearchTree.Generators.genTuple5

definition:
genTuple5 :: SearchTree a -> SearchTree b -> SearchTree c -> SearchTree d
          -> SearchTree e -> SearchTree (a,b,c,d,e)
genTuple5 = genCons5 (\x y z1 z2 z3 -> (x,y,z1,z2,z3))
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Generates a search tree for 5-tuple of values where the search tree
--- generators for the components types are given as parameters.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {genCons5}}
name:
genTuple5
precedence:
no precedence defined
result-values:
{genCons5}
signature:
Control.SearchTree.SearchTree a -> Control.SearchTree.SearchTree b
-> Control.SearchTree.SearchTree c -> Control.SearchTree.SearchTree d
-> Control.SearchTree.SearchTree e
-> Control.SearchTree.SearchTree (a, b, c, d, e)
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms