<> <> <> <> DIRECTORY CD USING [Design, Object]; CDOpsExtras: CEDAR DEFINITIONS = BEGIN RealTopCell: PROC [design: CD.Design] RETURNS [dummyCell: CD.Object]; <> <> <> <> PushedTopCell: PROC [design: CD.Design] RETURNS [dummyCell: CD.Object]; <> <<(The level where all the interactive edits happen) >> <> <> <> <<>> END.