comp.lang.ada
 help / color / mirror / Atom feed
From: dweller@dfw.net (David Weller)
Subject: Abstract type derivation?
Date: 1996/04/08
Date: 1996-04-08T00:00:00+00:00	[thread overview]
Message-ID: <4kb0hb$k87@dfw.dfw.net> (raw)

I want to create an abstract type that is derived from Controlled
(which is itself abstract).  Either the syntax isn't clear or it can't
be done :-)  

	type Queue is new Controlled with private;
	-- allows users to declare a type Queue

	type Queue is abstract tagged private;
	-- what I want, but now I don't have "Adjust" available, major
	bummer.

Am I missing something obvious?





             reply	other threads:[~1996-04-08  0:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-04-08  0:00 David Weller [this message]
1996-04-10  0:00 ` Abstract type derivation? Robert A Duff
1996-04-12  0:00 ` Geert Bosch
replies disabled

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