CurryInfo: property-prover-2.0.0 / Inference.Simplification.allEqual

definition:
allEqual :: Eq a => [a] -> Bool
allEqual [] = False
allEqual (x:xs) = all (==x) xs
demand:
argument 2
deterministic:
deterministic operation
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{[]}) |-> {False} || (_,{:}) |-> _}
name:
allEqual
precedence:
no precedence defined
result-values:
_
signature:
Prelude.Eq a => [a] -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms