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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,27dc164946031512 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.hanau.net!newsfeed2.scan-plus.net!newsfeed.ision.net!newsfeed2.easynews.net!ision!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: Limited_Controlled and constructor functions Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: Date: Fri, 19 Jan 2007 10:41:25 +0100 Message-ID: NNTP-Posting-Date: 19 Jan 2007 10:41:25 CET NNTP-Posting-Host: 4394ac17.newsspool3.arcor-online.net X-Trace: DXC=O6mMTiXF]>hO X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:8318 Date: 2007-01-19T10:41:25+01:00 List-Id: On Fri, 19 Jan 2007 08:58:54 +0100, Maciej Sobczak wrote: > What I want to accomplish is the functional way of building lists of > values of variant types: > > P : constant Params := Make_Params(Param("Hello"), > Param("Ada"), > Param(12), > Param(3.14))); Hmm, but should the parameters and containers of be limited types? I find it rather natural to be able to copy parameter(s), send them over IP... -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de