sig
  val mk :
    ?loc:Ast_403.??.loc ->
    ?attrs:Ast_403.??.attrs ->
    ?docs:Ast_403.Docstrings.docs ->
    ?text:Ast_403.Docstrings.text ->
    Ast_403.??.str ->
    Ast_403.Parsetree.module_expr -> Ast_403.Parsetree.module_binding
end