odoc loader: suppress return modes on inner arrow types
When the return type of an arrow is itself a Tarrow, the return mode
is implied by the argument mode (a closure capturing a local value is
necessarily local). Eliding it matches Printtyp's behaviour.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>