Module Ast_402.Ast_helper.Type

module Type: sig .. end

val mk : ?loc:Location.t ->
?attrs:Ast_402.Parsetree.attributes ->
?docs:Ast_402.Docstrings.docs ->
?text:Ast_402.Docstrings.text ->
?params:(Ast_402.Parsetree.core_type * Ast_402.Asttypes.variance) list ->
?cstrs:(Ast_402.Parsetree.core_type * Ast_402.Parsetree.core_type *
Location.t)
list ->
?kind:Ast_402.Parsetree.type_kind ->
?priv:Ast_402.Asttypes.private_flag ->
?manifest:Ast_402.Parsetree.core_type ->
string Ast_402.Asttypes.loc -> Ast_402.Parsetree.type_declaration
val constructor : ?loc:Location.t ->
?attrs:Ast_402.Parsetree.attributes ->
?info:Ast_402.Docstrings.info ->
?args:Ast_402.Parsetree.core_type list ->
?res:Ast_402.Parsetree.core_type ->
string Ast_402.Asttypes.loc -> Ast_402.Parsetree.constructor_declaration
val field : ?loc:Location.t ->
?attrs:Ast_402.Parsetree.attributes ->
?info:Ast_402.Docstrings.info ->
?mut:Ast_402.Asttypes.mutable_flag ->
string Ast_402.Asttypes.loc ->
Ast_402.Parsetree.core_type -> Ast_402.Parsetree.label_declaration