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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, PLING_QUERY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b87bc683630619fa X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: HELP:Declaration in ADA?!! Date: 1996/04/24 Message-ID: #1/1 X-Deja-AN: 151308345 references: <4j65rr$fqg@soleil.uvsq.fr> <4kc5ti$1ir@comet2.magicnet.net> <4ulok5fn1m.fsf@zippy.frc.ri.cmu.edu> <317708AE.48E3@cpmx.saic.com> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-04-24T00:00:00+00:00 List-Id: "Daryl Siddon (Daryl.Siddon@cpmx.saic.com) wrote: : NOTE: As an entry criteria for Code Reviews, no Standard : types are allowed; only those from "Project_Types"." Interesting, so this means you cannot use Standard.String (since its index type is Standard.Integer, which is surely on your verboten list). That means you cannot use Text_IO.