-- $Date: 2004/02/25 07:13:48 $
-- $Revision: 1.2 $
-- $Author: jcrocholl $

with Integer_Functions; use Integer_Functions;
with Integer_Strings; use Integer_Strings;
with Vectors;

-- Instantiation of Vectors with Integer as the Number type.
package Integer_Vectors is new Vectors(Integer, 0,
  Min => Integer'Min, Max => Integer'Max);