Module Ast_404.Ast_helper.Type

module Type: sig .. end

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