CurryInfo: base-3.4.0 / Data.List.elemIndices

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