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,INVALID_DATE, MSGID_SHORT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site Shasta.ARPA Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!decwrl!glacier!Shasta!rose From: rose@Shasta.ARPA Newsgroups: net.lang.ada Subject: Re: Questions about Ada Message-ID: <86@Shasta.ARPA> Date: Mon, 10-Feb-86 13:12:40 EST Article-I.D.: Shasta.86 Posted: Mon Feb 10 13:12:40 1986 Date-Received: Wed, 12-Feb-86 07:40:50 EST References: <2608@sdcrdcf.UUCP> Reply-To: rose@Shasta.UUCP (David Rosenblum) Organization: Stanford University List-Id: In article <2608@sdcrdcf.UUCP> steve@sdcrdcf.UUCP (Steven Holtsberg) writes: > >Does anyone know the definition of a "single entry"? Task entries can be either single entries or members of an entry family. Thus, entry family members CANNOT be overloaded. This should answer your question. My favorite undefined buzzphrase in the LRM is "unconstrained types with discriminants," which I eventually found out includes not only discriminated record types, but also private types with a discriminant part (whose full type declaration must thus be a record type). -- David.