<> <> <> <> <> <> <> DIRECTORY CD USING [Object, Rect]; CDOldInterestRects: CEDAR DEFINITIONS = BEGIN AdjustInterest: PROC [ob: CD.Object]; InsideRect: PROC [ob: CD.Object] RETURNS [CD.Rect]; <<--the default for the interest rect>> <<>> END.