sig
  module P : POS
  type t
  type repr = P.repr tree
  val ctr : t -> Point.t
  val height : t -> Num.t
  val width : t -> Num.t
  val shift : Point.t -> repr -> repr
  val center : Point.t -> t -> repr
  val v : t -> repr
  val place :
    ?dx:Mlpost.Num.t -> ?dy:Mlpost.Num.t -> P.t Mlpost.Pos.tree -> t
end