123456789101112131415161718192021(** Linol.
Abstraction over The "Lsp" library, to make it easier to develop LSP servers
in OCaml (but not necessarily {b for} OCaml). *)moduletypeIO=Sigs.IO(** {2 Re-export from vendored lsp} *)moduleLsp=Linol_lsp.LspmoduleJsonrpc=Linol_jsonrpc.Jsonrpc(** {2 Main modules} *)moduleJsonrpc2=Jsonrpc2moduleServer=ServermoduleBlocking_IO=Blocking_IOmoduleLog=LogmoduleMake=Jsonrpc2.Makeletlogs_src=Log.src