sig
  val mk :
    ?loc:Ast_403.??.loc ->
    ?attrs:Ast_403.??.attrs ->
    ?docs:Ast_403.Docstrings.docs ->
    ?text:Ast_403.Docstrings.text ->
    ?params:(Ast_403.Parsetree.core_type * Ast_403.Asttypes.variance) list ->
    ?cstrs:(Ast_403.Parsetree.core_type * Ast_403.Parsetree.core_type *
            Ast_403.??.loc)
           list ->
    ?kind:Ast_403.Parsetree.type_kind ->
    ?priv:Ast_403.Asttypes.private_flag ->
    ?manifest:Ast_403.Parsetree.core_type ->
    Ast_403.??.str -> Ast_403.Parsetree.type_declaration
  val constructor :
    ?loc:Ast_403.??.loc ->
    ?attrs:Ast_403.??.attrs ->
    ?info:Ast_403.Docstrings.info ->
    ?args:Ast_403.Parsetree.constructor_arguments ->
    ?res:Ast_403.Parsetree.core_type ->
    Ast_403.??.str -> Ast_403.Parsetree.constructor_declaration
  val field :
    ?loc:Ast_403.??.loc ->
    ?attrs:Ast_403.??.attrs ->
    ?info:Ast_403.Docstrings.info ->
    ?mut:Ast_403.Asttypes.mutable_flag ->
    Ast_403.??.str ->
    Ast_403.Parsetree.core_type -> Ast_403.Parsetree.label_declaration
end