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