Module Mlpost.Tree.Bx


module Bx: sig .. end
Variants to create trees with boxes

val leaf : ?fill:Color.t -> Box.t -> Tree.t
val node : ?fill:Color.t -> Box.t -> Tree.t list -> Tree.t
val bin : ?fill:Color.t ->
Box.t -> Tree.t -> Tree.t -> Tree.t