definition: |
elemIndices :: Eq a => a -> [a] -> [Int] elemIndices x = findIndices (x ==) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Returns the list of indices of occurrences of an element in a list. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> {findIndices}} |
name: |
elemIndices |
precedence: |
no precedence defined |
result-values: |
{findIndices} |
signature: |
Prelude.Eq a => a -> [a] -> [Prelude.Int] |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |