module Bx: sig .. end
sig
end
val leaf : ?fill:Color.t -> Box.t -> Tree.t
?fill:Color.t -> Box.t -> Tree.t
val node : ?fill:Color.t -> Box.t -> Tree.t list -> Tree.t
?fill:Color.t -> Box.t -> Tree.t list -> Tree.t
val bin : ?fill:Color.t -> Box.t -> Tree.t -> Tree.t -> Tree.t
?fill:Color.t -> Box.t -> Tree.t -> Tree.t -> Tree.t