CurryInfo: base-3.3.0 / Control.Search.SetFunctions.set2

definition:
set2 :: (a1 -> a2 -> b) -> a1 -> a2 -> Values b
#ifdef __KICS2__
set2 f x1 x2 = set2With dfsStrategy f x1 x2
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Combinator to transform a binary function into a corresponding set function.
failfree:
(_, _, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_) |-> {Values}}
name:
set2
precedence:
no precedence defined
result-values:
{Values}
signature:
(a -> b -> c) -> a -> b -> Values c
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms