import type * as P from "@tsplus/stdlib/prelude/Witherable" /** * @tsplus static Maybe.Ops Witherable */ export const Witherable = HKT.instance>({ compactF: Maybe.compactF })