Cobol_lsp.Requestmodule TYPES : sig ... endval handle :
?alternate_handlers:TYPES.alternate_handler list ->
Jsonrpc.Request.t ->
(Cobol_lsp__.Lsp_server.TYPES.state as 's) ->
's * Jsonrpc.Response.tval try_with_checked_doc :
f:
(doc:Cobol_lsp__.Lsp_document.TYPES.document ->
Cobol_typeck.Outputs.t ->
'a option) ->
Cobol_lsp__.Lsp_server.TYPES.registry ->
Lsp.Types.TextDocumentIdentifier.t ->
'a optionmodule INTERNAL : sig ... endFunctions exported for testing purposes