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