I was wondering if .. can be shared between EllipsisNotation and Intervalsets via call overload: ``` type DotDot end const .. = DotDot ..(x,y) = dotdot(x,y) ```