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,b52a18baa90247c4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-10-04 17:02:49 PST Newsgroups: comp.lang.ada Path: bga.com!news.sprintlink.net!howland.reston.ans.net!EU.net!ub4b!eurocontrol!cfmu!dolphin.cfmu.eurocontrol.be!stef From: stef@heron.cfmu.eurocontrol.be (Stef Van Vlierberghe) Subject: Re: Newbie Generic Reg Exp Pattern Matching Question Sender: news@cfmu.eurocontrol.be (-) Message-ID: In-Reply-To: eachus@spectre.mitre.org's message of 4 Oct 94 11:29:39 Date: Tue, 4 Oct 1994 22:03:58 GMT References: <36p5vsINNcjt@edna.cc.swin.edu.au> Organization: Eurocontrol - Central Flow Management Unit Date: 1994-10-04T22:03:58+00:00 List-Id: In article eachus@spectre.mitre.org (Robert I. Eachus) writes: generic type LP is limited private; with function Equal(L,R: LP) return Boolean; function "="(L,R: LP) return Boolean; The name of a generic must be an identifier, so if your compiler accepts this, report a bug to the vendor ;-) generic type LP is limited private; with function Equal(L,R: LP) return Boolean; package GOODENOUGH_TRICK is function "="(L,R: LP) return Boolean; end; -- Stef VAN VLIERBERGHE Eurocontrol - Central Flow Management Unit stef@cfmu.eurocontrol.be Avenue des Arts 19H Tel: +32 2 729 33 42 B-1040 BRUSSELS Fax: +32 2 729 32 16 Belgium