<> <> <> <<>> <> <<>> DIRECTORY Core; TransCount: CEDAR DEFINITIONS = BEGIN CellType: TYPE = Core.CellType; TransistorCount: PROC [cell: CellType] RETURNS [INT]; <> <<>> END.