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,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,404e254cbd5f6d08 X-Google-Attributes: gid103376,public From: Matthew Heaney Subject: Re: Generic units and child units Date: 1999/05/15 Message-ID: #1/1 X-Deja-AN: 478056927 References: <926545009.26110.0.nnrp-04.c2de848f@news.demon.co.uk> NNTP-Posting-Date: Fri, 14 May 1999 21:03:19 PDT Newsgroups: comp.lang.ada Date: 1999-05-15T00:00:00+00:00 List-Id: "Steve Folly" writes: > Am I even going about this the right way? If possible, I would like to keep > the Iterator child package separate. Why? The list and its iterator are a highly cohesive pair of types, and therefore get declared together, in the same package.