comp.lang.ada
 help / color / mirror / Atom feed
From: mario.blunk.gplus@gmail.com
Subject: Re: decomposing large packages
Date: Thu, 9 Jan 2020 00:28:47 -0800 (PST)
Date: 2020-01-09T00:28:47-08:00	[thread overview]
Message-ID: <3ab1342f-a6d5-42ce-8bb0-1b49d3fd5e42@googlegroups.com> (raw)
In-Reply-To: <ly5zhl28z5.fsf@pushface.org>

> P's body can see P.S1:
> 
>    package P.S1 is
>       procedure N (Value : Thing) is null; -- save typing :-)
>    end P.S1;
> 
>    with P.S1;
>    package body P is
>       procedure M (Value : Thing) is
>       begin
>          S1.N (Value);
>       end M;
>    end P;

Thanks Simon, but the body of P can't see the specification of S1.


  reply	other threads:[~2020-01-09  8:28 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-08 15:56 decomposing large packages mario.blunk.gplus
2020-01-08 16:36 ` Dmitry A. Kazakov
2020-01-09  8:25   ` mario.blunk.gplus
2020-01-09  8:58     ` Dmitry A. Kazakov
2020-01-09 18:24       ` G. B.
2020-01-10 20:03         ` mario.blunk.gplus
2020-01-08 16:45 ` Simon Wright
2020-01-09  8:28   ` mario.blunk.gplus [this message]
2020-01-09 17:43     ` Simon Wright
2020-01-10 20:00       ` mario.blunk.gplus
2020-01-08 21:41 ` Shark8
replies disabled

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