and: Combine all logical values of a list with a conjuntion....

View source: R/Prelude.r

andR Documentation

Combine all logical values of a list with a conjuntion. Returns @TRUE@ on an empty list.

Description

and :: [Bool] -> Bool

Usage

and(xs)

Arguments

xs

list of Bools


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