`{ a: A -> ff(a).right() }` this could be `ff.a...
# arrow-contributors
p
{ a: A -> ff(a).right() }
this could be
ff.andThen(::Right)
for example