comp.lang.ada
 help / color / mirror / Atom feed
From: AdaMagica <christ-usch.grein@t-online.de>
Subject: Re: Generic formal ">"
Date: Wed, 26 Jan 2022 10:48:56 -0800 (PST)	[thread overview]
Message-ID: <3ecb1915-5e53-40bd-aaba-96ac52e774b1n@googlegroups.com> (raw)
In-Reply-To: <lymtjisahx.fsf@pushface.org>

Within the generic, data'length is an integer value of type universal integer. This has nothing to do with the generic parameter Element_Type, even if this is instantiated with Integer.
The predefined attribute 'Image produces a string from parameter Integer. So Data'Length is implicitly converted from universal_integer to integer. This is independent from the generic parameter Element_Type.

  parent reply	other threads:[~2022-01-26 18:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-26 16:54 Generic formal ">" Simon Wright
2022-01-26 18:46 ` Jeffrey R.Carter
2022-01-26 18:48 ` AdaMagica [this message]
2022-01-26 19:00   ` AdaMagica
2022-01-27 12:05     ` Simon Wright
replies disabled

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