Cobol_lspmodule TYPES : sig ... endinclude module type of TYPES with type extensions = TYPES.extensionsval default_extensions : extensionsval config :
project_layout:Superbol_project.layout ->
?enable_caching:bool ->
?enable_client_configs:bool ->
?force_syntax_diagnostics:bool ->
?fallback_storage_directory:string ->
unit ->
Cobol_lsp__.Lsp_server.TYPES.configval run :
config:Cobol_lsp__.Lsp_server.TYPES.config ->
extensions:extensions ->
(unit, string) Stdlib.resultmodule Types : sig ... endDefinitions of module aliases and helper functors
module Server : sig ... endmodule Project : sig ... endmodule Document : sig ... endmodule Diagnostics : sig ... endmodule Request : sig ... endmodule Lookup : sig ... endmodule Utils : sig ... endmodule Error : sig ... endFunctions that always raise Jsonrpc.Response.Error.E, with customizable messages.
module INTERNAL : sig ... end