https://kotlinlang.org logo
#arrow
Title
i

isto

05/05/2018, 1:09 PM
I upgraded to arrow 0.7.1 and with EitherT where I previously had
.value().ev()
I now have to put
.fix().value.fix()
, it this as it is supposed to go or am I missing something? I tried
.value().fix()
first but my IDE is unable to find that
.value()
https://github.com/istonikula/realworld-api/commit/41912f54f2c8f58a06cda61a4b62be4b30b934b9#diff-3c3e4959cc9bb70cde6ca78b69f2dee3R46