Module Ast_404.Ast_helper.Te

module Te: sig .. end
Type extensions

val mk : ?attrs:Ast_404.Parsetree.attributes ->
?docs:Ast_404.Docstrings.docs ->
?params:(Ast_404.Parsetree.core_type * Ast_404.Asttypes.variance) list ->
?priv:Ast_404.Asttypes.private_flag ->
Longident.t Ast_404.Asttypes.loc ->
Ast_404.Parsetree.extension_constructor list ->
Ast_404.Parsetree.type_extension
val constructor : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
?docs:Ast_404.Docstrings.docs ->
?info:Ast_404.Docstrings.info ->
string Ast_404.Asttypes.loc ->
Ast_404.Parsetree.extension_constructor_kind ->
Ast_404.Parsetree.extension_constructor
val decl : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
?docs:Ast_404.Docstrings.docs ->
?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.extension_constructor
val rebind : ?loc:Location.t ->
?attrs:Ast_404.Parsetree.attributes ->
?docs:Ast_404.Docstrings.docs ->
?info:Ast_404.Docstrings.info ->
string Ast_404.Asttypes.loc ->
Longident.t Ast_404.Asttypes.loc -> Ast_404.Parsetree.extension_constructor