Module Make.Visualize

module Summary : sig ... end
type t =
| Leaf of Summary.t
| Node of Summary.t * t list
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
module type Crawler_intf = sig ... end
val _crawl : 'a. (module Crawler_intf with type t = 'a) -> 'a -> t