I'm trying to convert some old arrow code and I'm ...
# arrow
b
I'm trying to convert some old arrow code and I'm struggling with that: https://pastebin.com/DJrUavqQ
✔️ 1
Compiler sayse connector/commons/Arrow.kt: (7, 5): None of the following functions can be called with the arguments supplied: public fun <A, B> EitherOf<???, A#1 (type parameter of net.nprod.connector.commons.retry)> /* = Kind<Kind<ForEither, ???>, A#1> /.handleErrorWith(f: (???) -> EitherOf<???, A#1> / = Kind<Kind<ForEither, ???>, A#1> */): Either<???, A#1> defined in arrow.core public fun <B> TryOf<A#1> /* = Kind<ForTry, A#1> /.handleErrorWith(f: (Throwable) -> TryOf<A#1> / = Kind<ForTry, A#1> */): Try<A#1> defined in arrow.core
OK nevermind, I was lost in all the new imports and imported from core instead of fx. And IntelliJ is so non-reactive that it takes it 10 min to decide to finally be helpful…
👍🏼 3