-- $Date: 2003/12/28 01:06:59 $
-- $Revision: 1.1 $
-- $Author: jcrocholl $

with Heaps;

-- Instantiation of Heaps with Integer as the Content_Type.
package Integer_Heaps is new Heaps(Integer, Integer'Image);