Source file tree_layout__.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(** @canonical Tree_layout.Common *)
module Common = Tree_layout__Common
(** @canonical Tree_layout.Layered *)
module Layered = Tree_layout__Layered
(** @canonical Tree_layout.Rose *)
module Rose = Tree_layout__Rose
(** @canonical Tree_layout.Treemaps *)
module Treemaps = Tree_layout__Treemaps
(** @canonical Tree_layout.Utils *)
module Utils = Tree_layout__Utils