<> <> <> <> DIRECTORY CD USING [DesignPosition, Design]; CDVArrow: CEDAR DEFINITIONS = BEGIN <<>> <<-- Internal chipndale interface giving access to arrow on design-viewers >> ShowArrow: PROC [design: CD.Design, pos: CD.DesignPosition]; <<--visible on viewers only >> RemoveArrow: PROC[design: CD.Design]; END.