do `IO.fx`
# arrow
p
do
IO.fx
s
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
so you have to pass aaaaa Monad, probably?
MF.fx()
if you’re in finally tagless
which I believe you are
s
I will either wait for the next release (which I think fixes this issue) or move to snapshot
👍🏼 1