INTERNAL.Diagnosticsmodule DIAG = Cobol_common.Diagnosticsmodule TYPES : sig ... endinclude module type of TYPES with type diagnostics = TYPES.diagnosticstype diagnostics = TYPES.diagnosticstype t = diagnosticsval translate_one :
?focus_on_main_doc:bool ->
rootdir:string ->
uri:Lsp.Uri.t ->
Cobol_common.Diagnostics.t ->
diagnosticsval translate :
?focus_on_main_doc:bool ->
rootdir:string ->
uri:Lsp.Uri.t ->
Cobol_common.Diagnostics.Set.t ->
diagnosticsval publish : diagnostics -> unitval as_notification :
?log:bool ->
Cobol_common.Diagnostics.t ->
Lsp.Server_notification.tval as_notifications :
?log:bool ->
Cobol_common.Diagnostics.Set.t ->
Lsp.Server_notification.t list