Diagnostics.ALL
type t = {
preproc_diags : Cobol_preproc.Diagnostics.t;
parser_diags : diagnostics;
}
val none : t
val union : t -> t -> t
val translate : t -> Cobol_common.Diagnostics.Set.t
val has_errors : t -> bool