<> <> <> <> <> <<>> DIRECTORY Rope USING [ROPE], TextNode USING [Ref]; WalnutDocumentRope: CEDAR DEFINITIONS = BEGIN OPEN Rope, TextNode; Create: PROC [doc: Ref] RETURNS [ROPE]; <> <> <> END.