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,79bbf7e359159d0d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-12 17:00:11 PST Newsgroups: comp.lang.ada Path: supernews.google.com!sn-xit-03!supernews.com!freenix!wanadoo.fr!opentransit.net!cpk-news-hub1.bbnplanet.com!news.gtei.net!newsfeed.skycache.com!Cidera!news-reader.ntrnet.net!uunet!ash.uu.net!world!bobduff From: Robert A Duff Subject: Re: newbie can't get exceptions to work! Sender: bobduff@world.std.com (Robert A Duff) Message-ID: Date: Thu, 12 Apr 2001 23:55:49 GMT References: <9ao1if$cq9$1@taliesin.netcom.net.uk> <3ACFC902.115624A1@mindspring.com> <86u23yszjo.fsf@acm.org> <86wv8sfwec.fsf@acm.org> <9b1iru$aqs$1@taliesin.netcom.net.uk> <3AD458AF.22279994@mida.se> Organization: The World Public Access UNIX, Brookline, MA X-Newsreader: Gnus v5.3/Emacs 19.34 Xref: supernews.google.com comp.lang.ada:6846 Date: 2001-04-12T23:55:49+00:00 List-Id: Fraser Wilson writes: > Also, imagine this: > > type T is (A, B, C); > > X : T := A(); Well, surely the fault there lies in the fact that Ada wants enumeration literals to be functions, which is just plain silly in my opinion. - Bob