--Waterlily.config
-- Last edited by:
-- Kolling on December 12, 1983 12:23 pm


DIRECTORY

RedBlackTreeImpl: FROM "WaterlilyRedBlackTreeImpl";

Waterlily: CONFIGURATION
IMPORTS BasicTime, Commander, EditedStream, FS, IO, Rope
CONTROL WaterlilyImpl =

BEGIN

WaterlilyImpl;
RedBlackTreeImpl;

END.