|
definition: |
notElem :: Eq a => a -> [a] -> Bool notElem x = all (x /=) |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
| Not element of a list? |
|
failfree: |
(_, _) |
|
indeterministic: |
referentially transparent operation |
|
infix: |
infix |
|
iotype: |
{(_,_) |-> {.._#lambda508}}
|
|
name: |
notElem |
|
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 |