or: Combine all logical values of a list with a disjuntion....

View source: R/Prelude.r

orR Documentation

Combine all logical values of a list with a disjuntion. Return @FALSE@ on an empty list.

Description

or :: [Bool] -> Bool

Usage

or(xs)

Arguments

xs

list of Bools


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