On Tue, Apr 15, 2014 at 7:22 AM, Toivo Henningsson <[email protected]>wrote:

> I wonder if pt1 .< x .< pt2 should be parsed into .<(pt1, x, pt2) or (pt1
> .< x) & (x .< pt2) to allow chaining of dotted comparisons just like
> undotted ones?
>

Yes, I really think this should be supported. Would you open an issue?

Reply via email to