import { HKT } from "@tsplus/stdlib/prelude/HKT"; import { AssociativeBoth } from "@tsplus/stdlib/prelude/AssociativeBoth"; import { Any } from "@tsplus/stdlib/prelude/Any"; /** * A binary operator that combines two values of types `F` and `F` to * produce an `F>` with an identity. */ export type IdentityBoth = AssociativeBoth & Any; //# sourceMappingURL=IdentityBoth.d.ts.map