Vec-Boolean-1.0.1: Provides Boolean instances for the Vec packageSource codeContentsIndex
Data.Vec.Boolean
Description

Besides the two functions listed below, this module provides IfB, EqB and OrdB instances for the () and the :. data types.

Two fixed function lists are considered equal if all elements are equal. For element-wise comparisions, use the all and any functions.

Synopsis
all :: (Boolean bool, Fold v bool) => v -> bool
any :: (Boolean bool, Fold v bool) => v -> bool
Documentation
all :: (Boolean bool, Fold v bool) => v -> boolSource
Evaluates to true if all elements in the fixed length list is true
any :: (Boolean bool, Fold v bool) => v -> boolSource
Evaluates to false if all elements in the fixed length list is false
Produced by Haddock version 2.4.2