/** * Get a `Wiltable` instance for an `Either` given an * `AssociativeIdentity`. * * @tsplus static Either.Ops getWiltable */ export function getWiltable(M: AssociativeIdentity) { const separateF = Either.getSeparateF(M) return HKT.instance>>({ separateF }) }