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

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