You can search for identifiers within the package.
in-package search v0.2.0
atd
Atd.Reflect
Conversion of an AST value into OCaml source code that creates this value
val print_module_def : Buffer.t -> string -> Ast.module_ -> unit
print_module_def buf name x prints OCaml source code that would construct the given ATD tree x and call it name.
print_module_def buf name x
x
name