Tree_adv.Placemodule X : Signature.BoxlikeThis 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 tThis is an instance of gen_place using the tree drawing algorithm from the module Tree.