comp.lang.ada
 help / color / mirror / Atom feed
From: Pascal Obry <pascal@obry.net>
Subject: Re : Idiomatic formatting for empty package
Date: Thu, 05 Oct 2017 07:27:58 +0200
Date: 2017-10-05T07:27:58+02:00	[thread overview]
Message-ID: <1507181278.2449.14.camel@obry.net> (raw)
In-Reply-To: or3m8r$8n2$1@gioia.aioe.org

Le jeudi 05 octobre 2017 à 01:10 +0300, Victor Porton a écrit :
> Victor Porton wrote:
> 
> > What is more idiomatic?
> > 
> > package X is
> > end X;
> > 
> > or
> > 
> > package X is
> > 
> > end X;
> 
> Hm, or is it the following?
> 
> package X is
>    pragma Pure(X);
> end X;

Or:

package X with Pure is
end X;

-- 
  Pascal Obry /  Magny Les Hameaux (78)

  The best way to travel is by means of imagination

  http://www.obry.net

  gpg --keyserver keys.gnupg.net --recv-key F949BD3B


  reply	other threads:[~2017-10-05  5:27 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-04 21:36 Idiomatic formatting for empty package Victor Porton
2017-10-04 22:10 ` Victor Porton
2017-10-05  5:27   ` Pascal Obry [this message]
2017-10-05 18:10     ` Re : " marciant
2017-10-05 23:37       ` Randy Brukardt
2017-10-06 20:04         ` marciant
2017-10-07  1:55           ` Randy Brukardt
2017-10-05 23:36 ` Randy Brukardt
2017-10-06  8:47   ` Jeffrey R. Carter
2017-10-07  1:52     ` Randy Brukardt
2017-10-07  6:55       ` Jeffrey R. Carter
2017-10-09 21:45         ` Randy Brukardt
2017-10-10  7:12           ` Jeffrey R. Carter
2017-10-10 10:21             ` AdaMagica
2017-10-10 14:34               ` Jeffrey R. Carter
2017-10-10 17:38                 ` AdaMagica
2017-10-05 23:49 ` andrewshvets
replies disabled

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