Module Vcaml.Window
type t= Vcaml__.Types.Window.ttype position={row : int;col : int;}
val of_msgpack : Msgpack.t -> t Core.Or_error.tval to_msgpack : t -> Msgpack.t
module Untested : sig ... endVcaml.Windowtype t = Vcaml__.Types.Window.ttype position = {row : int; |
col : int; |
}val of_msgpack : Msgpack.t -> t Core.Or_error.tval to_msgpack : t -> Msgpack.tmodule Untested : sig ... end