// ets_tracing: off import type { Either } from "@effect-ts/system/Either" import { left, right } from "@effect-ts/system/Either" import * as O from "@effect-ts/system/Option" import type { OptionURI } from "../../Modules/index.js" import * as P from "../../Prelude/index.js" export const AssociativeEither = P.instance