sig
  val default_annot : Atd_ast.annot_section -> Easy_format.t
  val format :
    ?annot:(Atd_ast.annot_section -> Easy_format.t) ->
    Atd_ast.full_module -> Easy_format.t
  val string_of_type_name :
    string -> Atd_ast.type_expr list -> Atd_ast.annot -> string
end