-- $Date: 2003/12/27 16:22:38 $
-- $Revision: 1.5 $
-- $Author: jcrocholl $

with Number_Strings;

-- Instantiation of Number_Strings with Integer as the Number type.
package Integer_Strings is new Number_Strings(Integer);