-- $Date: 2004/01/01 11:29:38 $
-- $Revision: 1.2 $
-- $Author: jcrocholl $

with Digits_Strings;
with Real_Numbers; use Real_Numbers;

-- Instantiation of Digits_Strings with Real as the Number type.
package Real_Strings is new Digits_Strings(Real);