<> <> <> <> <> DIRECTORY GetTree, Rope, TiogaNode USING [RefBranchNode]; GetTreeImpl: CEDAR PROGRAM EXPORTS GetTree = BEGIN ReadIndent: PUBLIC PROC [fileName: Rope.ROPE, tabIndent: NAT _ 4] RETURNS [root: TiogaNode.RefBranchNode] = BEGIN END; END.