vcaml
Vcaml.Vcaml_error
vcaml.msgpack
vcaml.msgpack_debug
vcaml.msgpack_rpc
vcaml.nvim_internal
vcaml.plugin
vcaml.test
module Nvim_error_event : sig ... end
type t =
| Msgpack_rpc_error of Msgpack_rpc.Error.t
| Nvim_error_event of Nvim_error_event.t
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_error : t -> Core.Error.t