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