comp.lang.ada
 help / color / mirror / Atom feed
From: derben@zuv.mu-luebeck.de (Sven Derben)
Subject: Re: Problem...
Date: 1998/01/20
Date: 1998-01-20T00:00:00+00:00	[thread overview]
Message-ID: <34c4a479.18183053@gwsun.medinf.mu-luebeck.de> (raw)
In-Reply-To: 6a1jk8$4g3@bgtnsc01.worldnet.att.net


On 20 Jan 1998 07:27:04 GMT, "Scott Barrish" <TeufelHunde@worldnet.att.net> 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.




  reply	other threads:[~1998-01-20  0:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-01-20  0:00 Problem Scott Barrish
1998-01-20  0:00 ` Sven Derben [this message]
1998-01-20  0:00 ` Problem John English
1998-01-20  0:00 ` Problem Stephen Leake
1998-01-20  0:00   ` Problem Robert Dewar
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox