vcaml.nvim_internal
Window.Or_current
vcaml
vcaml.bindings_test
vcaml.debug
vcaml.msgpack
vcaml.msgpack_debug
vcaml.msgpack_rpc
vcaml.plugin
vcaml.semantics_test
vcaml.test_helpers
type nonrec t =
| Current
| Id of t
val sexp_of_t : t -> Sexplib0.Sexp.t
include Msgpack.Msgpackable with type t := t
val of_msgpack : Msgpack__.Message.t -> t Core.Or_error.t
val to_msgpack : t -> Msgpack__.Message.t