CurryInfo: base-3.4.0 / Prelude.anyOf

definition: Info
 
anyOf :: [a] -> a
anyOf xs = foldr1 (?) xs
demand: Info
 argument 1
deterministic: Info
 possibly non-deterministic operation
documentation: Info
 
Returns non-deterministically any element of a list.
failfree: Info
 {:}
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 anyOf
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 [a] -> a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 possibly non-reducible on same data term