comp.lang.ada
 help / color / mirror / Atom feed
* stupid question
@ 2003-10-08  3:12 Shanon Fernald
  2003-10-08  3:31 ` James Rogers
                   ` (3 more replies)
  0 siblings, 4 replies; 21+ messages in thread
From: Shanon Fernald @ 2003-10-08  3:12 UTC (permalink / raw)


What programming language do you think would be best to use if you
were building the software to manage a nuclear power plant and why?
Which would let you sleep best at night knowing you lived next door to
the plant?



^ permalink raw reply	[flat|nested] 21+ messages in thread
* Stupid question
@ 2007-04-12 20:05 Dmitry A. Kazakov
  2007-04-12 21:40 ` Adam Beneschan
  0 siblings, 1 reply; 21+ messages in thread
From: Dmitry A. Kazakov @ 2007-04-12 20:05 UTC (permalink / raw)


generic
package A is
   A1 : Integer;
end A;

generic
package A.B is
end A.B;

with A.B;
generic
   with package A_B is new A.B (<>);
package C is
   -- What is the name of A1 from A of A_B?
end C;

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de



^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2007-04-14  7:25 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-08  3:12 stupid question Shanon Fernald
2003-10-08  3:31 ` James Rogers
2003-10-08  4:34 ` Steve
2003-10-08 12:54   ` Marin David Condic
2003-10-08 13:01 ` Marin David Condic
2003-10-08 22:18 ` Robert I. Eachus
2003-10-09 10:09   ` Steffen Huber
2003-10-10 16:02     ` Robert I. Eachus
  -- strict thread matches above, loose matches on Subject: below --
2007-04-12 20:05 Stupid question Dmitry A. Kazakov
2007-04-12 21:40 ` Adam Beneschan
2007-04-12 22:02   ` Adam Beneschan
2007-04-13  8:20     ` Dmitry A. Kazakov
2007-04-13 13:53       ` Anh Vo
2007-04-13 15:35       ` Adam Beneschan
2007-04-13 17:12         ` Dmitry A. Kazakov
2007-04-13 18:14           ` Adam Beneschan
2007-04-13 18:50             ` Adam Beneschan
2007-04-13 19:01           ` Randy Brukardt
2007-04-13 19:33             ` Markus E Leypold
2007-04-13 23:39               ` Randy Brukardt
2007-04-14  7:25                 ` Dmitry A. Kazakov

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