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,42e401e32683b965 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nntp.club.cc.cmu.edu!feeder.erje.net!news.musoftware.de!wum.musoftware.de!news.weisnix.org!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: A new notion: stronglly-typed-by-user language 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, 16 Apr 2010 09:29:40 +0200 Message-ID: <1458yxs8455mf.zdmlbyovd21b$.dlg@40tude.net> NNTP-Posting-Date: 16 Apr 2010 09:29:40 CEST NNTP-Posting-Host: b0d2bd6a.newsspool1.arcor-online.net X-Trace: DXC=YfMUih<:8\4T2Rfi64Fo<]lROoR1<`=YMgDjhg2kkLKTNdlU26[6LHn;2LCV>[ On Thu, 15 Apr 2010 14:31:48 -0700 (PDT), Maciej Sobczak wrote: > In particular, what are "conversions between logically unrelated > types"? > Is Integer'Image such a conversion? Yes, if you include String into the algebra of the Integer type, no otherwise. No different to: function ">" (Left, Right : Integer) return Boolean; What does Boolean here? Is it a type logically unrelated to Integer? -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de