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,4b862d91ff93feff X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Text_IO for other standard types Date: 1998/01/15 Message-ID: #1/1 X-Deja-AN: 316538119 References: <98011512220569@psavax.pwfl.com> X-Complaints-To: usenet@news.nyu.edu X-Trace: news.nyu.edu 884903398 10138 (None) 128.122.140.58 Organization: New York University Newsgroups: comp.lang.ada Date: 1998-01-15T00:00:00+00:00 List-Id: Marin says << 1) You already have *some* predefined types which pretty much get used the same way that predefined types in other languages are used. I need to get some relatively simple job done with no great concern for portability, etc., so I declare something to be of standard type Float or Integer. So what's wrong with a predefined Modular type or two which correspond in size to the predefined Integer types? >> What is wrong with the predefined modular types that are in the language now (see Interfaces). I assume it is clear why you would just as soon not have these types in Standard!