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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,92882847c09de3aa X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-01-04 10:01:51 PST Path: nntp.gmd.de!Germany.EU.net!howland.reston.ans.net!gatech!bloom-beacon.mit.edu!panix!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Language Lawyers help on rep_specs Date: 3 Jan 1995 13:04:05 -0500 Organization: Courant Institute of Mathematical Sciences Message-ID: <3ec3il$ngf@gnat.cs.nyu.edu> References: <393@hathor.CSS.GOV> <3ebo8f$jlo@theopolis.orl.mmc.com> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1995-01-03T13:04:05-05:00 List-Id: Ted says that Integer (x'First) is not static, and quotes something about functions, but there is no function call involved here. Integer is a static conversion, not a function call, and the expression Integer (x'First) is most definitely static assuming x is a static subtype.