Module Make.Tree_node

type t = {
  1. name : Key.t;
  2. weight : Size.t Weight.t;
  3. children : t Key.Map.t;
}