Module Window0.Edges

type t = {
bottom : int;
left : int;
right : int;
top : int;
}

(Info-goto-node "(elisp) Coordinates and Windows")

val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
include Ecaml__.Import0.Valueable.S with type t := t
type t
type 'a type_
val of_value_exn : Ecaml_value__.Value0.t -> t
val to_value : t -> Ecaml_value__.Value0.t
val type_ : t type_
val t : t type_