WITH Text_IO; PACKAGE IntegerIO IS NEW Text_IO.Integer_IO(Num=>Integer); WITH Text_IO; PACKAGE FloatIO IS NEW Text_IO.Float_IO(Num=>Float);