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