Error:(90, 21) Kotlin: Type inference failed. Expected type mismatch: inferred type is Kind<ForIO, Account> but Kind<F, Account> was expected
when using
Copy code
IO.fx().fx {
}
p
pakoito
06/10/2019, 7:58 PM
so you have to pass aaaaa Monad, probably?
pakoito
06/10/2019, 7:58 PM
MF.fx()
pakoito
06/10/2019, 7:58 PM
if you’re in finally tagless
pakoito
06/10/2019, 7:58 PM
which I believe you are
s
stojan
06/11/2019, 9:02 AM
I will either wait for the next release (which I think fixes this issue) or move to snapshot