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.6 required=5.0 tests=BAYES_00,TO_NO_BRKTS_FROM_MSSP autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,77f1de37204ed8a6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-04 14:28:31 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-out.nuthinbutnews.com!propagator!feed2.newsfeeds.com!newsfeeds.com!newsranger.com!www.newsranger.com!not-for-mail Newsgroups: comp.lang.ada From: Ted Dennison References: <3b1a5cb5_4@news.arrakis.es> <3b1bcc2b_4@news.arrakis.es> Subject: Re: Operator visibility question Message-ID: X-Abuse-Info: When contacting newsranger.com regarding abuse please X-Abuse-Info: forward the entire news article including headers or X-Abuse-Info: else we will not be able to process your request X-Complaints-To: abuse@newsranger.com NNTP-Posting-Date: Mon, 04 Jun 2001 17:27:41 EDT Organization: http://www.newsranger.com Date: Mon, 04 Jun 2001 21:27:41 GMT Xref: archiver1.google.com comp.lang.ada:8097 Date: 2001-06-04T21:27:41+00:00 List-Id: In article <3b1bcc2b_4@news.arrakis.es>, Nacho Robledo says... > >i don't know which is te problem... I use the clause use with packages with >come with Ada but with my own packages i do not do it .... .i prefer to do >it like this... .. >> > C: constant Boolean := MT."<"(A+2,B); Not a bad rule. But most folks in that circumstance would still either do a "use type", or a local function renames. The only time I've ever seen the above was in the code of a BLISS/C hacker who was using Ada under protest and wanted to make a point about how horrible it was. --- T.E.D. homepage - http://www.telepath.com/dennison/Ted/TED.html home email - mailto:dennison@telepath.com