<@U13B66ER0> `&gt;=&gt;` should be `Kleisli::andTh...
# arrow-contributors
r
@jasoet
>=>
should be
Kleisli::andThen
which requires the
Monad<F>
where
F
is the type constructor Kleisli is parametric to in it's first type argument.
🔝 2