Hey so, I'm curious about the magic behind `fx` bi...
# arrow
d
Hey so, I'm curious about the magic behind
fx
bindings. I know they use coroutines, which under my current understanding of coroutines makes sense for suspending IO, or even blocking Options, but
fx
also works for lists, and that doesn't seem like it should be possible.