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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,87da6144401f9a2d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-29 13:22:10 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Matthew Heaney" Newsgroups: comp.lang.ada Subject: Re: Limited Type Access - Again Date: Mon, 29 Oct 2001 16:25:14 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:15376 Date: 2001-10-29T16:25:14-05:00 List-Id: wrote in message news:mailman.1004389122.4372.comp.lang.ada@ada.eu.org... > It looks to me that equality and assignment do not make sense at all. I don't understand your objection. The default equality operator for record types is defined as the conjunction of equality of all the record components. What behavior were you expecting?