Functor Mlpost.Pos.Tree


module Tree: 
functor (P : POS) -> TREE with module P = P
Use this functor to position trees.
Parameters:
P : POS

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.