comp.lang.ada
 help / color / mirror / Atom feed
From: P9728@QZCOM.MAILNET ("Johan Backlund FOA221")
Subject: renaming types
Date: Sat, 27-Jun-87 20:08:57 EDT	[thread overview]
Date: Sat Jun 27 20:08:57 1987
Message-ID: <259760@QZCOM> (raw)
In-Reply-To: 259745@QZCOM

Have you tried this form (I guess you haven't...) ?

with Export_P;
package New_P is

   type New_T is private;
   ...
private

   type New_T is new Export_P.Old_T;

end New_P;

New_T becomes a so called "derived type" and LRM 3.4 tells you
all about it.

/MtW

       reply	other threads:[~1987-06-28  0:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <259745@QZCOM>
1987-06-28  0:08 ` "Johan Backlund FOA221" [this message]
1987-06-29 17:16   ` renaming types Robert Stockton
1987-06-29 13:24 Emery
  -- strict thread matches above, loose matches on Subject: below --
1987-06-29 13:07 Emery
1987-06-26 17:28 "Art Evans"
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox