any: Returns TRUE if any element matches the predicate, otherwise...

View source: R/Data.List.r

anyR Documentation

Returns TRUE if any element matches the predicate, otherwise FALSE.

Description

any :: (a -> Bool) -> [a] -> Bool

Usage

any(pred, xs, skipNAs = TRUE)

Arguments

pred

predicate function

xs

list


schnecki/rhaskell documentation built on Oct. 30, 2022, 10:23 a.m.