definition: |
set6With :: Strategy b -> (a1 -> a2 -> a3 -> a4 -> a5 -> a6 -> b) -> a1 -> a2 -> a3 -> a4 -> a5 -> a6 -> Values b set6With s f x1 x2 x3 x4 x5 x6 = allVs s (\_ -> f x1 x2 x3 x4 x5 x6) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Combinator to transform a function of arity 6 --- into a corresponding set function --- that uses a given strategy to compute its values. |
failfree: |
(_, _, _, _, _, _, _, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,_,_,_,_,_,_) |-> {Values}} |
name: |
set6With |
precedence: |
no precedence defined |
result-values: |
{Values} |
signature: |
(Control.SearchTree.SearchTree a -> Control.ValueSequence.ValueSequence a) -> (b -> c -> d -> e -> f -> g -> a) -> b -> c -> d -> e -> f -> g -> Values a |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |