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