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