PLAGen.mesa
Copyright © 1985, 1986 by Xerox Corporation. All rights resersed.
Don Curry March 13, 1987 5:38:00 am PST
DIRECTORY Core, Rope, Sisyph;
PLAGen: CEDAR DEFINITIONS =
BEGIN
Context: TYPE = Sisyph.Context;
ExpToPlaCell:   PROC[expr: REF, type: ATOMNIL]  RETURNS[cell: Core.CellType];
PLABody:    PROC[cx: Context, tttFile: Rope.ROPE] RETURNS[cell: Core.CellType];
PLAInSB:    PROC[cx: Context, tttFile: Rope.ROPE] RETURNS[cell: Core.CellType];
PLAOutDrHeader: PROC[     tttFile: Rope.ROPE] RETURNS[cell: Core.CellType];
END.