Jose Antonio Jimenez
07/29/2020, 3:00 PMval result = Either.right(value).map { suspendFunction(it) }
streetsofboston
07/29/2020, 3:02 PMmap
, and other related functions, are not declared inline
in Arrow for these types.
IIRC, this will be fixed/allowed in a future release, but i’m not sure…simon.vergauwen
07/29/2020, 3:03 PM