| 1 | import * as ReadonlyArrayInstances from "@effect/typeclass/data/Array" |
| 2 | import * as OptionInstances from "@effect/typeclass/data/Option" |
| 3 | import { describe, it } from "@effect/vitest" |
| 4 | import { pipe } from "effect/Function" |
nothing calls this directly
no test coverage detected