If I have a type synonym `type A = B` and I hover over `A`, I get a tooltip containing `A :: B`, whereas `A = B` would be more accurate.
If I have a type synonym
type A = Band I hover overA, I get a tooltip containingA :: B, whereasA = Bwould be more accurate.