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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2e6723b897ab47fb X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.86.6 with SMTP id l6mr1428546paz.1.1344285275232; Mon, 06 Aug 2012 13:34:35 -0700 (PDT) Path: c10ni88296pbw.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Marius Amado-Alves Newsgroups: comp.lang.ada Subject: Re: Ada.Locales pseudo-string types Date: Mon, 6 Aug 2012 13:07:36 -0700 (PDT) Organization: http://groups.google.com Message-ID: <7303f906-0f6a-4d97-ae15-36b4056ede6c@googlegroups.com> References: <78707b6e-88a3-453a-a37c-840f7a62e703@googlegroups.com> NNTP-Posting-Host: 188.82.45.163 Mime-Version: 1.0 X-Trace: posting.google.com 1344285275 17616 127.0.0.1 (6 Aug 2012 20:34:35 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 6 Aug 2012 20:34:35 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=188.82.45.163; posting-account=3cDqWgoAAAAZXc8D3pDqwa77IryJ2nnY User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-08-06T13:07:36-07:00 List-Id: On Monday, August 6, 2012 8:34:22 PM UTC+1, Simon Wright wrote: > 5. Put_Line (String (Ada.Locales.Language_Code)); > >>> component subtypes must statically match This code is wrong: Language_Code is the type, not the function. But the right code gives the same error!