<> <> <> <> <> DIRECTORY Core, CoreFlat, OneToOne; PWCoreLichen: CEDAR DEFINITIONS = BEGIN <> <> <> CellType: TYPE = Core.CellType; Wire: TYPE = Core.Wire; ROPE: TYPE = Core.ROPE; Properties: TYPE = Core.Properties; Wires: TYPE = Core.Wires; <> Compare: PROC [root: CellType]; <> <> ForgetComparisons: PROC; <> SetAutomorphismHack: PROC [enabled: BOOL]; <> END.