Module Ast_406.Ast_helper.Te

module Te: sig .. end
Type extensions

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