Module Ecaml__Window0.Tree
module Direction : sig ... end
type t
=
|
Combination of
{
children : t list;
direction : Direction.t;
edges : Edges.t;
}
|
Window of window
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
include Ecaml__.Import0.Valueable.S with type t := t
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_