Module Ast_406.Ast_helper.Type

module Type: sig .. end

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