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

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