Ian D
07/19/2020, 2:14 AMeither
?simon.vergauwen
07/19/2020, 9:51 AMIan D
07/19/2020, 1:48 PMsimon.vergauwen
07/19/2020, 1:51 PMeither
(and other data types)
We found a new encoding to re-encode Either.fx
, and it'll also allow us to build and expose more functionality besides simply flattening flatMap
into direct syntax.
So the idea is that we'll move away from Either.fx
based on flatMap
instead replace it with computational blocks like F# has that can do more than we currently offer in fx
.Ian D
07/19/2020, 1:55 PMeither { plusOne(it) }
or maybe { plusOne(it) }
?simon.vergauwen
07/19/2020, 1:56 PM