StructuredStreamsPackage.Config
Last Edited by: Spreitzer, December 12, 1983 1:33 pm
StructuredStreamsPackage: CONFIGURATION
IMPORTS Atom, IO, IOUtils, Rope
EXPORTS UnparserBuffer, StructuredStreams
CONTROL
UnparserBufferImpl,
StructuredStreamsImpl =
BEGIN
UnparserBufferImpl;
StructuredStreamsImpl;
END.