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,efd17daf0b977cc5 X-Google-Attributes: gid103376,public From: derben@zuv.mu-luebeck.de (Sven Derben) Subject: Re: Problem... Date: 1998/01/20 Message-ID: <34c4a479.18183053@gwsun.medinf.mu-luebeck.de>#1/1 X-Deja-AN: 317673626 References: <6a1jk8$4g3@bgtnsc01.worldnet.att.net> Organization: Med. Universitaet zu Luebeck Newsgroups: comp.lang.ada Date: 1998-01-20T00:00:00+00:00 List-Id: On 20 Jan 1998 07:27:04 GMT, "Scott Barrish" wrote: >I have this package and I can't seem to figure out why I am getting thiserror >message in my source code file. > >Package Static_Sort is a s follows: > >generic > type Element_Type is private; > with function "<"(Left, Right : in Element_Type) return boolean; > Write with function "<"(Left, Right : in Element_Type ) return boolean is <>; See section 12.6 from the RM.