CoreFuns.mesa 
Copyright © 1985 by Xerox Corporation. All rights reserved.
Barth, November 5, 1985 4:17:53 pm PST
DIRECTORY Core, CoreClasses;
CoreFuns: CEDAR DEFINITIONS = BEGIN OPEN Core;
Theory
This interface defines interesting utilities for debugging the data structure defined in Core.
Practice
FIOCT, FindInstanceOfCellType: PROC [cellType: Core.CellType, name: Core.ROPE] RETURNS [CoreClasses.CellInstance ← NIL];
END.