CurryInfo: base-3.3.0 / Prelude.elem

definition:
elem :: Eq a => a -> [a] -> Bool
elem x = any (x ==)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Element of a list?
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
infix
iotype:
{(_,_) |-> {.._#lambda508}}
name:
elem
precedence:
4
result-values:
{.._#lambda508}
signature:
Eq a => a -> [a] -> Bool
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms