Module Backend__ProcData

type 'a t = {
summary : Backend.Summary.t;
tenv : IR.Tenv.t;
extras : 'a;
}