<> <> <> <> DIRECTORY Rope, TiogaNode, RopeReader, UndoEvent; AbbrevExpand: CEDAR DEFINITIONS = BEGIN RefTextNode: TYPE = TiogaNode.RefTextNode; RefBranchNode: TYPE = TiogaNode.RefBranchNode; Ref: TYPE = TiogaNode.Ref; Offset: TYPE = TiogaNode.Offset; MaxLen: Offset = TiogaNode.MaxLen; ROPE: TYPE = Rope.ROPE; Event: TYPE = UndoEvent.Ref; <> <> <> <> Load: PROC [fileName, dictName: ROPE, start: Offset _ 0, len: Offset _ MaxLen, okToMapFile: BOOLEAN _ FALSE] RETURNS [count: NAT]; <> <> Clear: PROC [dictName: ROPE]; <> IllFormedDef: ERROR; <=, then get error>> <> <> <