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.7 required=5.0 tests=BAYES_00,MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,447bd1cf7a88c198 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-01-15 19:10:48 PST Path: supernews.google.com!sn-xit-02!supernews.com!news.gv.tsc.tdk.com!news.iac.net!news-out.cwix.com!newsfeed.cwix.com!news.maxwell.syr.edu!nntp2.deja.com!nnrp1.deja.com!not-for-mail From: mark_lundquist@my-deja.com Newsgroups: comp.lang.ada Subject: Re: Subprogram types vs. "limited access" (was Re: Do we need "Mission-Critical" software? Was: What to Do? Date: Tue, 16 Jan 2001 02:57:39 GMT Organization: Deja.com Message-ID: <940db0$lut$1@nnrp1.deja.com> References: <3A4F5A4A.9ABA2C4F@chicagonet.net> <3A4F759E.A7D63F3F@netwood.net> <3A50ABDF.3A8F6C0D@acm.org> <92qdnn$jfg$1@news.huji.ac.il> <3A50C371.8B7B871@home.com> <3A51EC04.91353CE7@uol.com.br> <3A529C97.2CA4777F@home.com> <3A53CB9E.EA7CF86C@uol.com.br> <3A5466DE.811D43A5@acm.org> <932aol$ikc$1@nnrp1.deja.com> <932mi6$r2k$1@trog.dera.gov.uk> <9343b1$3g5$1@nnrp1.deja.com> <934iuf$eqv$1@nnrp1.deja.com> <937kc7$ssq$1@nnrp1.deja.com> <93c0e9$4u6$1@nnrp1.deja.com> <93e33l$tfu$1@nnrp1.deja.com> <93ekmo$a14$1@nnrp1.deja.com> <93f73f$mt1$1@nnrp1.deja.com> <93fnao$49u$1@nnrp1.deja.com> <93l6ut$pvf$1@nnrp1.deja.com> <93mqhh$4gl$1@nnrp1.deja.com> <93npfn$13d$1@nnrp1.deja.com> <93q393$opo$1@nnrp1.deja.com> <93vonj$3td$1@nnrp1.deja.com> <9404rc$en9$1@nnrp1.deja.com> NNTP-Posting-Host: 130.213.200.127 X-Article-Creation-Date: Tue Jan 16 02:57:39 2001 GMT X-Http-User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt) X-Http-Proxy: 1.1 x68.deja.com:80 (Squid/1.1.22) for client 130.213.200.127 X-MyDeja-Info: XMYDJUIDmark_lundquist Xref: supernews.google.com comp.lang.ada:4039 Date: 2001-01-16T02:57:39+00:00 List-Id: In article <9404rc$en9$1@nnrp1.deja.com>, Robert Dewar wrote: > In article <93vonj$3td$1@nnrp1.deja.com>, > mark_lundquist@my-deja.com wrote: > > Kind of, but not really :-). Objects of T'Class really are > _objects_, > > even if you can't declare an object to be of type T'Class. > Classwide > > types are formally defined to be indefinite, as are > unconstrained > > types. So you can't declare an object of type T'Class, for > the same > > reason that you cannot declare an object of type String. > > That seems a little misleading, you most certainly can declare > > a : string := "hello"; > A little misleading? That's charitable of you! :-) > and the nominal type of a is indeed string. It sho nuff is. One thing I like about Ada's type theory is how the dimension of derivation and the dimension of constraints (subtyping) are distinguished from each other, but fit together. Sent via Deja.com http://www.deja.com/