comp.lang.ada
 help / color / mirror / Atom feed
From: dritz@ANTARES.MCS.ANL.GOV
Subject: Re: Enumeration_IO
Date: 8 May 90 17:54:09 GMT	[thread overview]
Message-ID: <9005081754.AA24406@papasun.mcs.anl.gov> (raw)

Having seen Michael Feldman's test program for Enumeration_IO, I think I can
say what the problem is.  The type Type_Set and its enumeration literals
Lower_Case and Upper_Case are declared in Text_IO, not in
Text_IO.Enumeration_IO.  The test program only "with"ed Text_IO; it did not
"use" it.  Hence the enumeration literal Lower_Case is not directly visible.
I would expect that adding "use Text_IO;" or replacing "Lower_Case" by
"Text_IO.Lower_Case" would solve the problem.

Ken Dritz
dritz@mcs.anl.gov

             reply	other threads:[~1990-05-08 17:54 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1990-05-08 17:54 dritz [this message]
  -- strict thread matches above, loose matches on Subject: below --
2000-04-06  0:00 Enumeration_IO NANCY HEHIR
2000-04-07  0:00 ` Enumeration_IO Jeff Carter
2000-04-07  0:00   ` Enumeration_IO Robert Dewar
2000-04-08  0:00     ` Enumeration_IO Jeff Carter
1990-05-08  0:41 Enumeration_IO Mike Feldman
1990-05-08 16:38 ` Enumeration_IO Alex Blakemore
1990-05-08 18:32   ` Enumeration_IO Mike Feldman
1990-05-09 22:36     ` Enumeration_IO M Y Ben Gershon
1990-05-10  3:01       ` Enumeration_IO Mike Feldman
1990-05-08 23:53 ` Enumeration_IO M Y Ben Gershon
replies disabled

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