Closed
Description
Pardon me if there's a better place to open this issue, or if it has been discussed already. I tried to look for similar suggestions but could not find any.
When dealing with infix operators -heavy expressions, it is sometimes difficult to tell what precedence various operators have. In some cases, different parenthesising can lead to semantically different but equally type-correct expressions.
It would be helpful if HLS could show the fixity of an operator along with its type in the hover. (Not very relevant screenshot follows)