<> <> <> <<>> <> <<>> DIRECTORY Core USING [CellType]; CoreRecastCache: CEDAR DEFINITIONS ~ BEGIN ToBasic: PUBLIC PROC [cellType: Core.CellType] RETURNS [basic: Core.CellType]; BackAnnotateWires: PUBLIC PROC [cellType: Core.CellType]; <<>> END.