| 1 | import * as ArrayInstances from "@effect/typeclass/data/Array" |
| 2 | import * as NumberInstances from "@effect/typeclass/data/Number" |
| 3 | import * as OptionInstances from "@effect/typeclass/data/Option" |
| 4 | import * as Foldable from "@effect/typeclass/Foldable" |
nothing calls this directly
no test coverage detected