From: Yukihiro Matsumoto Date: 2004-10-08T12:42:05+09:00 Subject: Re: Range behavior (Re: [RCR] New [] Semantics) 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