<> <> <> <> <> <> DIRECTORY Rope USING [ROPE], TextNode USING [Node]; GetTree: CEDAR DEFINITIONS = BEGIN ReadIndent: PROC [fileName: Rope.ROPE, tabIndent: NAT _ 4] RETURNS [TextNode.Node]; END.