CurryInfo: rw-data-generator-2.0.0 / RW.Build.none

definition:
none :: (a -> Bool) -> [a] -> Bool
none f = not . any f
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- not . any
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {.._#lambda508}}
name:
none
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
(a -> Prelude.Bool) -> [a] -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms