For this code: ``` fsharp let x = Operators.(+) ``` The range for `(+)` consists of the range of `Operators`. This causes some bugs in VFPT coloring e.g. https://github.com/fsprojects/VisualFSharpPowerTools/issues/1196. 