sig
  val mk :
    ?loc:Ast_402.??.loc ->
    ?attrs:Ast_402.??.attrs ->
    ?docs:Ast_402.Docstrings.docs ->
    ?text:Ast_402.Docstrings.text ->
    ?typ:Ast_402.Parsetree.module_type ->
    Ast_402.??.str -> Ast_402.Parsetree.module_type_declaration
end