StructuredStreamsPackage.Config
Copyright Ó 1991 by Xerox Corporation. All rights reserved.
Last tweaked by Mike Spreitzer on March 1, 1990 12:51:30 pm PST
JKF October 2, 1988 1:00:57 pm PDT
Willie-s, September 25, 1991 10:07 pm PDT
StructuredStreamsPackage: CONFIGURATION
IMPORTS Atom, IO, IOUtils, Rope, RuntimeError
EXPORTS UnparserBuffer, StructuredStreams
CONTROL
UnparserBufferImpl3,
StructuredStreamsImpl =
BEGIN
UnparserBufferImpl3;
StructuredStreamsImpl;
END.