Module Cobol_config.Diagnostics

type error =
  1. | Syntax_error of Cobol_common.Srcloc.srcloc option * string option
  2. | Unknown_dialect of string
  3. | Missing_file of string * string list
val pp_error : Stdlib.Format.formatter -> error -> unit