sig
  type original_types = (string, string * int) Hashtbl.t
  val expand_module_body :
    ?prefix:string ->
    ?keep_poly:bool ->
    ?debug:bool ->
    Atd_ast.module_body -> Atd_ast.module_body * Atd_expand.original_types
end