Skip to content
  • Vladislav Zavialov's avatar
    Don't rearrange (->) in the renamer · 4edf5527
    Vladislav Zavialov authored and Marge Bot's avatar Marge Bot committed
    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.
    4edf5527