<> <> <> <<>> DIRECTORY Core, Rope, Sisyph; PLAGen: CEDAR DEFINITIONS = BEGIN Context: TYPE = Sisyph.Context; ExpToPlaCell: PROC[expr: REF, type: ATOM _ NIL] 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.