home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-10-09 | 346 b | 14 lines | [TEXT/GADA] |
- -- Precompiled instantiations of Integer_IO and
- -- Float_IO for the predefined Integer and Float types
-
- WITH Text_IO;
- PACKAGE My_Int_IO IS
- NEW Text_IO.Integer_IO (Num => Integer);
-
- WITH Text_IO;
- PACKAGE My_Flt_IO IS
- NEW Text_IO.Float_IO (Num => Float);
-
- WITH Text_IO;
- PACKAGE Boolean_IO IS
- NEW Text_IO.Enumeration_IO (Enum => Boolean);