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