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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e1d728aa632a5b94 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.219.170 with SMTP id pp10mr20807997pbc.1.1341826632427; Mon, 09 Jul 2012 02:37:12 -0700 (PDT) Path: l9ni11215pbj.0!nntp.google.com!news1.google.com!news.glorb.com!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Gnat: broken dispatch tables for interface types ? Date: Mon, 09 Jul 2012 10:37:11 +0100 Organization: A noiseless patient Spider Message-ID: References: <19yhfqeqkm9kc$.fcax7yetctwy$.dlg@40tude.net> <77fa1487-e67d-4660-9073-f4edec4295bf@googlegroups.com> <1x0xui2k9bjoi.acdcm0afix9u.dlg@40tude.net> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="xdR+M82wpvuVwH9XwXKBMw"; logging-data="17344"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18ZhRkUDp9ubXVBVJHv4bhux/8bJolhv5U=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (darwin) Cancel-Lock: sha1:jIwV8e2q/cVGU2rOiItEyvWnOJc= sha1:MVW5oi6oVbF9oI9WZafVQuzSBUs= Content-Type: text/plain Date: 2012-07-09T10:37:11+01:00 List-Id: "Dmitry A. Kazakov" writes: > One thing though is that you should not derive new tagged types in > bodies. As a matter of interest, why not?