Module Outputs.TYPES

type !'a with_diags = {
  1. result : 'a;
  2. diags : Cobol_preproc__.Preproc_diagnostics.diagnostics;
}