Guidance for `effect/Boolean` focused on APIs like isBoolean, or, and and. Load after `effect-skill-router` when this module is the primary owner.
name: effect-module-boolean
description: Guidance for effect/Boolean focused on APIs like isBoolean, or, and and. Load after effect-skill-router when this module is the primary owner.
Effect Module Boolean
Owned scope
Owns only effect/Boolean.
Source of truth: packages/effect/src/Boolean.ts.
What it is for
This module provides utility functions and type class instances for working with the boolean type in TypeScript. It includes functions for basic boolean operations.
API quick reference
isBoolean
or
and
eqv
nor
not
xor
nand
some
every
match
Order
Boolean
implies
ReducerOr
ReducerAnd
Equivalence
Full API list: references/api-reference.md
How to use it
Use the reference docs to select the smallest API surface that solves your task.
Validate behavior against existing tests before introducing new usage patterns.