Fx in concept is just do notation which at differe...
# arrow
r
Fx in concept is just do notation which at different level based on your runtime has monad powers (bind), if you have error monad error powers (raiseError) and if you need async and concurrency
concurrent
powers with
fork/join, parMapN,...