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

definition: Info
 
set7 :: (a1 -> a2 -> a3 -> a4 -> a5 -> a6 -> a7 -> b)
      -> a1 -> a2 -> a3 -> a4 -> a5 -> a6 -> a7 -> Values b
#ifdef __KICS2__
set7 f x1 x2 x3 x4 x5 x6 x7 = set7With dfsStrategy f x1 x2 x3 x4 x5 x6 x7
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Combinator to transform a function of arity 7
into a corresponding set function.
failfree: Info
 (_, _, _, _, _, _, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_,_,_,_,_,_) |-> {Values}}
name: Info
 set7
precedence: Info
 no precedence defined
result-values: Info
 {Values}
signature: Info
 (a -> b -> c -> d -> e -> f -> g -> h) -> a -> b -> c -> d -> e -> f -> g
-> Values h
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms