comp.lang.ada
 help / color / mirror / Atom feed
From: "Grein, Christoph" <christoph.grein@eurocopter.com>
Subject: Re: Re: Style: always declare subrountines?
Date: Thu, 28 Nov 2002 12:50:31 +0100 (MET)
Date: 2002-11-28T12:50:31+01:00	[thread overview]
Message-ID: <mailman.1038484682.3448.comp.lang.ada@ada.eu.org> (raw)

private with P.Implementation;     would do it. I do not remember the AI.
>   package P.Public is
>     type T is private;
>     ...
>   private
>     type T is
>       record
>         X : P.Implementation.Stuff;
>       end record;
>   end P.Public;
> 
> Unfortunately P.Implementation can't be a private package here. (I
> seem to remember someone saying that there was an AI that addressed
> this problem; can anyone point me at it if this is true?)



             reply	other threads:[~2002-11-28 11:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-28 11:50 Grein, Christoph [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-11-09  6:39 Style: always declare subrountines? Victor Porton
2002-11-18  1:52 ` ;Re: " Richard Riehle
2002-11-28 10:32   ` John English
replies disabled

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