Module Ast_407.Ast_helper.Type

module Type: sig .. end

val mk : ?loc:Location.t ->
?attrs:Ast_407.Parsetree.attributes ->
?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 *
Location.t)
list ->
?kind:Ast_407.Parsetree.type_kind ->
?priv:Ast_407.Asttypes.private_flag ->
?manifest:Ast_407.Parsetree.core_type ->
string Ast_407.Asttypes.loc -> Ast_407.Parsetree.type_declaration
val constructor : ?loc:Location.t ->
?attrs:Ast_407.Parsetree.attributes ->
?info:Ast_407.Docstrings.info ->
?args:Ast_407.Parsetree.constructor_arguments ->
?res:Ast_407.Parsetree.core_type ->
string Ast_407.Asttypes.loc -> Ast_407.Parsetree.constructor_declaration
val field : ?loc:Location.t ->
?attrs:Ast_407.Parsetree.attributes ->
?info:Ast_407.Docstrings.info ->
?mut:Ast_407.Asttypes.mutable_flag ->
string Ast_407.Asttypes.loc ->
Ast_407.Parsetree.core_type -> Ast_407.Parsetree.label_declaration