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-Thread: 103376,d823af2a83b09053,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Stefan Merwitz Newsgroups: comp.lang.ada Subject: Generic type in package Date: Fri, 21 Jan 2005 19:07:30 +0100 Message-ID: <35cullF4ivogfU1@individual.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net LS7NRgcyTSsc4KaKlnsz3Af1llikMCTTrm0E79hsc6aRBdt0i6 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en Xref: g2news1.google.com comp.lang.ada:7930 Date: 2005-01-21T19:07:30+01:00 List-Id: Hello, I've seen the following type definition in a package-file (ads): generic type T is (<>); this seems to allow comparing (smaller, greater or equal) of the type T. But I did not find this type definition ("(<>") in the Ada documentation. What are the differences to limited private and does this constrict the usable data types for T? Thanks in advance, Stefan