Any suggestions how to fix below? the code is som...
# arrow
p
Any suggestions how to fix below? the code is something. like either{ foo() } where foo is suspend fun.
Copy code
java.lang.IllegalStateException: No further work to do but also no result!
	at arrow.continuations.generic.DelimContScope.invoke(DelimContScope.kt:96)
	at arrow.continuations.generic.DelimContScope$Companion.reset(DelimContScope.kt:120)
	at arrow.core.computations.either.invoke(either.kt:27)
m
What are you trying to do? You should have some ".bind()" inside the either{}
r
@Petr Makagon do you have a small repro example we can use to see if it’s a bug?
@Marius Kotsbak this might be a bug Simon and I recently discussed