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,d57302f2954365e1 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Question about base types Date: 1997/02/08 Message-ID: #1/1 X-Deja-AN: 217480175 references: <32FB5B4A.1B95@elca-matrix.ch> organization: New York University newsgroups: comp.lang.ada Date: 1997-02-08T00:00:00+00:00 List-Id: Mats said <> Mats, you are confused, the base type (and hence the range of intermediate results) is always unconstrained, so that if you write: subtype Real is digits 7 range 0.0 .. 1.0; as in the original result, you will still get an unconstrained 7 digit base type.