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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a02:9143:: with SMTP id b3mr12313122jag.25.1547832683827; Fri, 18 Jan 2019 09:31:23 -0800 (PST) X-Received: by 2002:a9d:da3:: with SMTP id 32mr322230ots.3.1547832683506; Fri, 18 Jan 2019 09:31:23 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.166.216.MISMATCH!q69no88625itb.0!news-out.google.com!v71ni107ita.0!nntp.google.com!k10no88582itk.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 18 Jan 2019 09:31:22 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=208.114.128.49; posting-account=MRPdDAoAAADUJmZVjnYaoafXFMadSeY1 NNTP-Posting-Host: 208.114.128.49 References: <2a6929c5-72fa-4d84-953a-44ea4597ab38@googlegroups.com> <75328dc5-fc59-4228-b77e-77ba6e5101c3@googlegroups.com> <5a14ceb8-4490-4e7c-a140-fbb5579a5aad@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: class wide iterable (and indexable) From: Olivier Henley Injection-Date: Fri, 18 Jan 2019 17:31:23 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:55310 Date: 2019-01-18T09:31:22-08:00 List-Id: > The same applies to record types, access types, enumeration types, > numeric types, subroutine types, task types, protected types. Each one > must have an interface which can be used together with a custom > implementation or the builtin implementation. Any language that does it well, example?