Module type Mlpost.Pos.TREE


module type TREE = sig .. end
The output signature of the Pos.Tree functor.

module P: Pos.POS 
The input module of signature Pos.POS
include Mlpost.Pos.POS

Positioned trees can be repositioned using one of the other functors.
val place : ?dx:Num.t -> ?dy:Num.t -> P.t Pos.tree -> t
Position a tree.