API docs of Arrow Fx Coroutines are up here for th...
# arrow
s
API docs of Arrow Fx Coroutines are up here for those interested: https://arrow-kt.io/docs/next/apidocs/arrow-fx-coroutines/index.html Feedback and contributions to docs very welcome!! All methods & data types are documented already.
🔝 1
j
Is it supposed to give me the arrow-core sidebar and title?
s
Nope, docs are still under construction. Just wanted to share the
next
link for people that were interested to check out the docs, but are unable to find it on Arrow Fx
next
.
j
Ah ok, just seemed odd 🙂
b
Wait, doesn't Stream need <F, O>?
s
It's implemented on top of
suspend
instead of
F
.
We're working on computation blocks based on suspension that can replace monad transfomers.
b
Oh, right, isomorphism between effects &
suspend
s
In that way we can remove
F
from Arrow, and that would also remove the need for
Kind
etc
b
That makes me quite a bit more excited about the syntax TBH
s
Yes, this will be the biggest improvement so far and even without Arrow Meta.