pakoito
01/29/2020, 8:54 PMIO.monad<Error>().fx.monad {
don’t use this, use just IO.fx<MyError> { ... }
Hiosdra
01/29/2020, 9:08 PMIO.fx<Error, Unit> {
This helped. Why Kotlin type inference couldn’t find that method return type right above?Hiosdra
01/29/2020, 9:09 PM