<> <> <> <> DIRECTORY CD USING [Position, Design]; CDVArrow: CEDAR DEFINITIONS = BEGIN <<>> <> <<>> ShowArrow: PROC [design: CD.Design, pos: CD.Position]; <<--visible on viewers only >> RemoveArrow: PROC[design: CD.Design]; END.