[BACK]Return to standard_integer_ring_io.ads CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / PHC / Ada / Math_Lib / Numbers

File: [local] / OpenXM_contrib / PHC / Ada / Math_Lib / Numbers / standard_integer_ring_io.ads (download)

Revision 1.1, Sun Oct 29 17:45:26 2000 UTC (23 years, 8 months ago) by maekawa
Branch point for: MAIN

Initial revision

with Standard_Integer_Numbers_io;
with Standard_Integer_Ring;
with Abstract_Ring_io;

package Standard_Integer_Ring_io is
  new Abstract_Ring_io(Standard_Integer_Ring,
                       Standard_Integer_Numbers_io.get,
                       Standard_Integer_Numbers_io.put,
                       Standard_Integer_Numbers_io.put);

-- DESCRIPTION :
--   Defines the input/output for the ring of standard integer numbers.