with Generic_Stack; -- Конкретизация стека целых величин. package Stack_Int is new Generic_Stack(Integer);