definition: |
all :: (a -> Bool) -> [a] -> Bool all p = and . map p |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Is a given predicate satisfied by all elements in a list? |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {.._#lambda508}} |
name: |
all |
precedence: |
no precedence defined |
result-values: |
{.._#lambda508} |
signature: |
(a -> Bool) -> [a] -> Bool |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |