eslint-plugin-fp-ts icon indicating copy to clipboard operation
eslint-plugin-fp-ts copied to clipboard

Prefer E.toUnion

Open thewilkybarkid opened this issue 3 years ago • 0 comments

E.fold(identity, identity) (and variants) can be replaced with E.union released in fp-ts 2.10.

Real example

thewilkybarkid avatar Apr 14 '21 15:04 thewilkybarkid