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