Skip to content

Don't rearrange (->) in the renamer

Vladislav Zavialov requested to merge wip/no-arrow-rearrangement into master

The parser produces an AST where the (->) is already associated correctly:

  1. (->) has the least possible precedence
  2. (->) is right-associative

Thus we don't need to handle it in mkHsOpTyRn.

Edited by Vladislav Zavialov

Merge request reports