comp.lang.ada
 help / color / mirror / Atom feed
* Q: generic children of generic packages?
@ 2001-06-11 16:35 Steve Vestal
  2001-06-11 17:27 ` Ted Dennison
  0 siblings, 1 reply; 5+ messages in thread
From: Steve Vestal @ 2001-06-11 16:35 UTC (permalink / raw)


I'm trying to do something like:

    generic  ...
    package Generic_Stuff is ...
    private ...
    end Generic_Stuff;

    generic ...
    package Generic_Stuff.Generic_IO is ...
    end Generic_Stuff.Generic_IO;

Does anyone know how to make this work?  (My intuition was that an
instantiation of Generic_Stuff would have a child Generic_IO that could in
turn be instantiated, but gnat doesn't seem to let me do that.)






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

end of thread, other threads:[~2001-06-11 18:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-11 16:35 Q: generic children of generic packages? Steve Vestal
2001-06-11 17:27 ` Ted Dennison
2001-06-11 18:29   ` Steve Vestal
2001-06-11 18:41     ` Ed Falis
2001-06-11 18:55     ` Ted Dennison

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