As mentioned [here](https://github.com/JuliaMath/IntervalSets.jl/issues/183): ```julia julia> 1..2 * 2 1 .. 4 julia> 1..2 .* 2 1 .. 4 ``` We probably only want the latter and not the former, because we're not dealing with vector spaces.