comp.lang.ada
 help / color / mirror / Atom feed
From: Ehud Lamm <mslamm@mscc.huji.ac.il>
Subject: signatures
Date: 1999/07/29
Date: 1999-07-29T00:00:00+00:00	[thread overview]
Message-ID: <Pine.A41.3.96-heb-2.07.990729214156.212760A-100000@pluto.mscc.huji.ac.il> (raw)

Suppose I want to ensure that a to be written set of routines all
conform to a given signatre (let's say all sort routines have the
signature 
generic
   type item is private;
   type list is array(positive range <>) of item; 
procedure sort (s:in out list);
)?

What is the preffered way of doing this?

Ehud Lamm     mslamm@pluto.mscc.huji.ac.il
http://purl.oclc.org/NET/ehudlamm  <== My home on the web





             reply	other threads:[~1999-07-29  0:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-07-29  0:00 Ehud Lamm [this message]
1999-07-29  0:00 ` signatures Brian Rogoff
1999-08-01  0:00   ` signatures Ehud Lamm
1999-08-01  0:00     ` signatures James S. Rogers
1999-08-01  0:00       ` signatures Brian Rogoff
  -- strict thread matches above, loose matches on Subject: below --
1988-12-07 16:36 signatures Stephe Leake
replies disabled

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