| 1 | import * as PredicatenIstances from "@effect/typeclass/data/Predicate" |
| 2 | import { describe, expect, it } from "@effect/vitest" |
| 3 | import { constFalse, constTrue } from "effect/Function" |
| 4 | import type * as Predicate from "effect/Predicate" |
nothing calls this directly
no test coverage detected