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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,be02bcdb8f46ddd5 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!cyclone1.gnilink.net!gnilink.net!wn14feed!worldnet.att.net!attbi_s52.POSTED!53ab2750!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: An improved Ada? References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 24.6.132.82 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s52 1096563352 24.6.132.82 (Thu, 30 Sep 2004 16:55:52 GMT) NNTP-Posting-Date: Thu, 30 Sep 2004 16:55:52 GMT Organization: Comcast Online Date: Thu, 30 Sep 2004 16:55:52 GMT Xref: g2news1.google.com comp.lang.ada:4446 Date: 2004-09-30T16:55:52+00:00 List-Id: >>Claw has about 75 tagged types derived in various chains from >>Root_Window_Type (a tagged abstract type); each of those types resides in >>its own package. >2) A nit: Some tagged types are derived from Controlled, eg Socket_Type. There are also tagged types other than Controlled or Root_Window_Type.