vcaml
Position.One_indexed_row
vcaml.bindings_test
vcaml.debug
vcaml.msgpack
vcaml.msgpack_debug
vcaml.msgpack_rpc
vcaml.nvim_internal
vcaml.plugin
vcaml.semantics_test
vcaml.test_helpers
type zero_indexed_row := t
type t = {
row : int;
col : int;
}
val col : t -> int
val row : t -> int
module Fields : sig ... end
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_zero : t -> zero_indexed_row
val of_zero : zero_indexed_row -> t