import type * as P from "@tsplus/stdlib/prelude/IdentityBoth" /** * @tsplus static Maybe.Ops IdentityBoth */ export const IdentityBoth = HKT.instance>({ ...Maybe.Any, ...Maybe.AssociativeBoth })