StructuredStreamsPackage.Config
Last Edited by: Spreitzer, September 19, 1985 4:31:57 pm PDT
StructuredStreamsPackage: CONFIGURATION
IMPORTS Atom, IO, IOUtils, Rope, TiogaAccess
EXPORTS UnparserBuffer, StructuredStreams
CONTROL
UnparserBufferImpl,
StructuredStreamsImpl =
BEGIN
UnparserBufferImpl;
StructuredStreamsImpl;
END.