12345678910111213141516171819(*
* SPDX-FileCopyrightText: 2024 The Forester Project Contributors AND The RedPRL Development Team
*
* SPDX-License-Identifier: GPL-3.0-or-later OR Apache-2.0 WITH LLVM-exception
*
*)(* https://github.com/ocaml/ocaml-lsp/blob/556da72593c88b027a7124ae86da6cd638c7d679/ocaml-lsp-server/src/code_actions/action_jump.ml#L23 *)typelsp_error=|Decode_errorofstring|Handshake_errorofstring|Shutdown_errorofstring|Unknown_requestofstring|Unknown_notificationofstringexceptionLsp_erroroflsp_errorletdecode_errors=Lsp_error(Decode_errors)