[BACK]Return to bracket_systems_io.ads CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / PHC / Ada / Schubert

File: [local] / OpenXM_contrib / PHC / Ada / Schubert / bracket_systems_io.ads (download)

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

Initial revision

with text_io;                         use text_io;
with Bracket_Systems;                 use Bracket_Systems;

package Bracket_Systems_io is

-- DESCRIPTION :
--   This package provides output routines for systems of bracket polynomials.

  procedure put ( s : in Bracket_System );

  procedure put ( file : in file_type; s : in Bracket_System );

end Bracket_Systems_io;