comp.lang.ada
 help / color / mirror / Atom feed
From: Maxim Reznik <reznikmm@gmail.com>
Subject: Re: prefixed view
Date: Thu, 6 Dec 2007 10:32:33 -0800 (PST)
Date: 2007-12-06T10:32:33-08:00	[thread overview]
Message-ID: <10e00a70-c17b-46a9-bffa-f8f984ce7550@b15g2000hsa.googlegroups.com> (raw)
In-Reply-To: 475838b6$0$17528$9b4e6d93@newsspool4.arcor-online.net

On 6 дек, 20:00, Georg Bauhaus <rm.tsoh+bauh...@maps.futureapps.de>
wrote:
> >   procedure Y (Count : Integer) renames Object.X;
>
> Should the result be a procedure that is always invoked with
> Object, and only with Object? This will be currying, right?

I think it could be like

procedure Y (Count : Integer) is
begin
   X (Object, Count);
end;

But the question is ARM intend such usage of prefixed view or deny it?



  reply	other threads:[~2007-12-06 18:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-06 16:06 prefixed view Maxim Reznik
2007-12-06 18:00 ` Georg Bauhaus
2007-12-06 18:32   ` Maxim Reznik [this message]
2007-12-06 23:36 ` Randy Brukardt
replies disabled

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