CurryInfo: setfunctions-3.0.0 / Control.SetFunctions.valueOf

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