package vcaml

  1. Overview
  2. Docs
type position = {
  1. row : int;
  2. col : int;
}
val of_msgpack : Msgpack.t -> t Core.Or_error.t
val to_msgpack : t -> Msgpack.t
module Untested : sig ... end