diff --git a/src/Either.ts b/src/Either.ts index 78cb432b0..3c98906af 100644 --- a/src/Either.ts +++ b/src/Either.ts @@ -1198,7 +1198,7 @@ export const chainOptionK: ( */ export const chainOptionKW: ( onNone: LazyArg -) => (f: (a: A) => Option) => (ma: Either) => Either = /*#__PURE__*/ chainOptionK as any +) => (f: (a: A) => Option) => (ma: Either) => Either = chainOptionK as any /** @internal */ interface EitherTypeLambda extends _.TypeLambda {