CurryInfo: base-3.4.0 / Control.Search.SetFunctions.set3With

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