Tree_adv.Place
module X : Signature.Boxlike
This is a generic function for placing trees, provided that the user can give us the following functions:
val place : ?ls:Num.t -> ?cs:Num.t -> ?valign:Box.position -> ?halign:Box.position -> X.t t -> X.t t
This is an instance of gen_place
using the tree drawing algorithm from the module Tree
.