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 10.112.199.2 with SMTP id jg2mr23041lbc.22.1403288449201; Fri, 20 Jun 2014 11:20:49 -0700 (PDT) X-Received: by 10.152.87.84 with SMTP id v20mr22186laz.8.1403288445865; Fri, 20 Jun 2014 11:20:45 -0700 (PDT) Path: border1.nntp.dca.giganews.com!nntp.giganews.com!c11no16148354lbj.0!news-out.google.com!v4ni25779lbb.0!nntp.google.com!w7no17562753lbi.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 20 Jun 2014 11:20:44 -0700 (PDT) In-Reply-To: <49b56788-d1a4-4304-9e0c-b12336a7512c@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.126.103.122; posting-account=KSa2aQoAAACOxnC0usBJYX8NE3x3a1Xq NNTP-Posting-Host: 66.126.103.122 References: <610b9d5b-a9a5-464d-9de3-b2f754f58cff@googlegroups.com> <7597c304-0dc2-41ad-b04e-1aef133e5b63@googlegroups.com> <49b56788-d1a4-4304-9e0c-b12336a7512c@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Function definitions From: Adam Beneschan Injection-Date: Fri, 20 Jun 2014 18:20:45 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.dca.giganews.com comp.lang.ada:187100 Date: 2014-06-20T11:20:44-07:00 List-Id: On Friday, June 20, 2014 11:19:57 AM UTC-7, Adam Beneschan wrote: > Another possible way is to use access-to-procedure types. I meant access-to-function. -- Adam