The `fix()` is not required there anymore IIRC sin...
# arrow
s
The
fix()
is not required there anymore IIRC since we enable
bind()
on
Kind<ForTry, A>
directly instead of on
Try<A>
which means you don’t need
fix()