From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,229ea0001655d6a2 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.germany.com!newsfeed2.scan-plus.net!newsfeed.hanau.net!noris.net!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Generic Package From: Georg Bauhaus In-Reply-To: References: <1177539306.952515.222940@s33g2000prh.googlegroups.com> <1177601484.444701.171560@r35g2000prh.googlegroups.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1177672290.8055.6.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Date: Fri, 27 Apr 2007 13:11:30 +0200 Organization: Arcor NNTP-Posting-Date: 27 Apr 2007 13:05:52 CEST NNTP-Posting-Host: b1fee2ab.newsspool4.arcor-online.net X-Trace: DXC=YfW6j[?38N[W X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:15347 Date: 2007-04-27T13:05:52+02:00 List-Id: On Fri, 2007-04-27 at 11:00 +0200, Dmitry A. Kazakov wrote: > On Thu, 26 Apr 2007 22:52:58 +0100, Simon Wright wrote: > > > "Dmitry A. Kazakov" writes: > > > >> You cannot iterate a relational table, because there is no order > >> defined on it. > > > > Why would that stop me iterating over all the rows? > > Because iterating presumes following an order. Any real table in an existing computer has a "natural" ordering suitable for iterating an operation for all elements: data in a real computer can be uniquely identified. The fact that the ordering is hidden behind the functional Iterate abstraction doesn't make it go away for any snapshot of rows. It's a don't care.