From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a218418d0394661d X-Google-Attributes: gid103376,public From: "Vladimir Olensky" Subject: Re: Extended revelation Date: 2000/01/31 Message-ID: #1/1 X-Deja-AN: 580032262 References: <873q03$alb$1@nnrp1.deja.com> <87446a$h6u$1@nnrp1.deja.com> Organization: Posted via Supernews, http://www.supernews.com X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Newsgroups: comp.lang.ada X-Complaints-To: newsabuse@supernews.com Date: 2000-01-31T00:00:00+00:00 List-Id: Matthew Heaney wrote in message ... >In article <87446a$h6u$1@nnrp1.deja.com> , Jean-Marc Bourguet > wrote: > >> I think indeed you have not understood what I want to do. What I really >> want is something like modula-3 partial revelation: one package >> providing multiples interface. In Ada95, a package has two interfaces, >> one for the general public, one for his children. What I want is >> multiple public interfaces. Until now, using child package has >> permetted me to do this cleanly and here is the first example I come >> with where I do not find a clean solution in Ada. > >Indeed I still don't know what you want to do. (Perhaps this is because >I am unfamiliar with Modula-3.) You may want to read the article "Partial Revelation and Modula-3" at: http://www.research.digital.com/SRC/modula-3/html/partial-rev/index.html I think after reading it the intent of Jean-Marc Bourguet will be clear to you. M3 language definition could be found at: http://www.research.digital.com/SRC/m3defn/html/m3.html M3 home pages at www.m3.org and http://www.research.digital.com/SRC/modula-3/html/home.html Regards, Vladimir Olensky