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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4f788831da4de764 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-11 09:59:21 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!paloalto-snf1.gtei.net!crtntx1-snh1.gtei.net!chcgil2-snf1.gtei.net!news.gtei.net!news.huji.ac.il!not-for-mail From: "Ehud Lamm" Newsgroups: comp.lang.ada Subject: Re: Abstract Functions Date: Wed, 11 Jul 2001 19:35:45 +0300 Organization: The Hebrew University of Jerusalem Message-ID: <9ihv9n$bt9$1@news.huji.ac.il> References: <9ihnia$i8h$1@nh.pace.co.uk> <6b_27.15423$Kf3.181711@www.newsranger.com> <9ihs6j$k33$1@nh.pace.co.uk> NNTP-Posting-Host: di3-85.dialin.huji.ac.il X-Trace: news.huji.ac.il 994869369 12201 132.64.13.85 (11 Jul 2001 16:36:09 GMT) X-Complaints-To: abuse@news.huji.ac.il NNTP-Posting-Date: Wed, 11 Jul 2001 16:36:09 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Xref: archiver1.google.com comp.lang.ada:9805 Date: 2001-07-11T19:35:45+03:00 List-Id: Marin David Condic wrote in message news:9ihs6j$k33$1@nh.pace.co.uk... > A question I could get answered by the compiler, but maybe this is less > typing: Can I have an abstract tagged type that has data fields? My > recollection of examples I've seen have not had data - just null records. Yes, you can. Indeed, so many example are "abstract tagged null record" that many think that all these go together. Ehud Lamm