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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8c8e60f2e24893be X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-08 10:48:11 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!news.tele.dk!small.news.tele.dk!130.133.1.3!fu-berlin.de!uni-berlin.de!x13r4b.wh4.tu-dresden.DE!not-for-mail From: robert-j@gmx.de (Robert =?iso-8859-1?Q?J=E4schke?=) Newsgroups: comp.lang.ada Subject: Re: premature usage of incomplete private type Date: 8 Nov 2001 00:00:00 CET Message-ID: <43219ulkl5.cfu.robert-j@oberon.s-s-f.de> References: <43219ulgvi.cfu.robert-j@oberon.s-s-f.de> NNTP-Posting-Host: x13r4b.wh4.tu-dresden.de (141.30.222.198) X-Trace: fu-berlin.de 1005245290 36726528 141.30.222.198 (16 [58602]) X-Orig-Path: oberon.wh4.tu-dresden.de!robert-j Xref: archiver1.google.com comp.lang.ada:16080 Date: 2001-11-08T00:00:00+01:00 List-Id: Reivilo Snuved wrote: > > I'm writing a package for Rational-Arithmetics and there I've got a problem. > > I want to declare a constant of type Rational before the type itself is > > proper defined and I don't know how I can go around this problem: > [snip] > Try this : [snip] Thanks, that makes some things much clearer! Robert