Re: How difficult is ada to learn?
- From: Matthew Heaney <mheaney@xxxxxxx>
- Date: Thu, 30 Jun 2005 15:36:05 -0400
Randy Brukardt wrote:
type Integer_Array is array (Positive range <>) of Integer;
function "+" (IA : Integer) return Integer_Sets.Set is
What's the definition of "Integer_Sets.Set"? Shouldn't IA have type Integer_Array, rather than Integer?
Yes. A slipe of the ... fingers.
Presuming that Integer_Sets.Set has "or" and "and" operations.
Yes. Integer_Sets is an instantiation of Ada.Containers.Ordered_Sets. .
- References:
- How difficult is ada to learn?
- From: Sm704
- Re: How difficult is ada to learn?
- From: Gene
- Re: How difficult is ada to learn?
- From: Matthew Heaney
- Re: How difficult is ada to learn?
- From: Randy Brukardt
- How difficult is ada to learn?
- Prev by Date: Re: How difficult is ada to learn?
- Next by Date: Re: How difficult is ada to learn?
- Previous by thread: Re: How difficult is ada to learn?
- Next by thread: Re: How difficult is ada to learn?
- Index(es):