From: "trans. (T. Onoma)" Date: 2004-10-08T13:56:25+09:00 Subject: Re: Range behavior (Re: [RCR] New [] Semantics) On Thursday 07 October 2004 11:42 pm, Yukihiro Matsumoto wrote: | Hi, | | In message "Re: Range behavior (Re: [RCR] New [] Semantics)" | | on Fri, 8 Oct 2004 11:08:54 +0900, "trans. (T. Onoma)" writes: | |Okay. In summary the problem centers around how to to define #===. When | | you think about that you realize Range is serving two purposes which are | | not perfectly compatible: | | | | 1) a discrete iterative set where .succ on first is used | | as generator and membership is defined like | | | | val <=> succ first >= 0 && val <=> last