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,50dfc152dc561349 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news2.google.com!news3.google.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!195.71.90.67.MISMATCH!news.unit0.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Asis.Text.Character_Position : inconsistency ? Date: Sun, 07 Nov 2010 19:20:40 +0000 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: mx01.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="16569"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19NvaAbMVhKW3AGhbl9uGyFc4h+SNr668I=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin) Cancel-Lock: sha1:cml8xp2sl0LGVNjbGzW88VR4XuE= sha1:biluf/cPfNFtCrKR+vPxSwnD9vg= Xref: g2news2.google.com comp.lang.ada:16349 Date: 2010-11-07T19:20:40+00:00 List-Id: "Yannick DuchĂȘne (Hibou57)" writes: > the source I am dealing do the assumption Character_Position is a > subtype of Natural, and that is why I was wondering about this type > definition. This leads into trouble when I try to build it with > Gela-ASIS, because with Gela-ASIS, Character_Position and Line_Number > are not subtypes (direct or indirect) of Natural. I think the source must be making unwarranted assumptions.