import type { AssociativeBoth } from "../AssociativeBoth/index.js"; import type { Auto, URIS } from "../HKT/index.js"; /** * An associative binary operator that combines two values of types `F[A]` * and `F[B]` to produce an `F[(A, B)]`. */ export interface CommutativeBoth extends AssociativeBoth { readonly _CommutativeBoth: "CommutativeBoth"; } //# sourceMappingURL=index.d.ts.map