<> <> <> <> DIRECTORY CD, Core; PWCLayoutCheckpoint: CEDAR DEFINITIONS = BEGIN <<>> <> <> <<>> CellType : TYPE = Core.CellType; ROPE: TYPE = Core.ROPE; Wire: TYPE = Core.Wire; <<>> <> Store: PROC [cellType: CellType]; <> <.core".>> <Layout.dale".>> <Shell.dale".>> <<>> Retrieve: PROC [name: ROPE] RETURNS [cellType: CellType]; <.core".>> <> <" from the file named "Shell.dale". >> END.