Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!su-sierra.arpa!Bryan From: Bryan@SU-SIERRA.ARPA (Doug Bryan) Newsgroups: net.lang.ada Subject: static derived types ??? Message-ID: <8603180411.AA23285@ucbvax.berkeley.edu> Date: Mon, 17-Mar-86 22:52:50 EST Article-I.D.: ucbvax.8603180411.AA23285 Posted: Mon Mar 17 22:52:50 1986 Date-Received: Wed, 19-Mar-86 01:02:15 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 13 Question: Is a derived type whose parent is a static subtype itself static? For example... type Int is new Standard.Integer; Is Int a static subtype? doug and Geoff -------