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

definition: Info
 
valueOf :: Eq a => a -> Values a -> Bool
valueOf e s = e `elem` valuesOf s
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Is some value an element of a multiset of values?
failfree: Info
 (_, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_) |-> _}
name: Info
 valueOf
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Eq a => a -> Values a -> Prelude.Bool
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms