module Te: sig
.. end
Type extensions
val mk : ?attrs:Ast_405.Parsetree.attributes ->
?docs:Ast_405.Docstrings.docs ->
?params:(Ast_405.Parsetree.core_type * Ast_405.Asttypes.variance) list ->
?priv:Ast_405.Asttypes.private_flag ->
Longident.t Ast_405.Asttypes.loc ->
Ast_405.Parsetree.extension_constructor list ->
Ast_405.Parsetree.type_extension
val constructor : ?loc:Location.t ->
?attrs:Ast_405.Parsetree.attributes ->
?docs:Ast_405.Docstrings.docs ->
?info:Ast_405.Docstrings.info ->
string Ast_405.Asttypes.loc ->
Ast_405.Parsetree.extension_constructor_kind ->
Ast_405.Parsetree.extension_constructor
val decl : ?loc:Location.t ->
?attrs:Ast_405.Parsetree.attributes ->
?docs:Ast_405.Docstrings.docs ->
?info:Ast_405.Docstrings.info ->
?args:Ast_405.Parsetree.constructor_arguments ->
?res:Ast_405.Parsetree.core_type ->
string Ast_405.Asttypes.loc -> Ast_405.Parsetree.extension_constructor
val rebind : ?loc:Location.t ->
?attrs:Ast_405.Parsetree.attributes ->
?docs:Ast_405.Docstrings.docs ->
?info:Ast_405.Docstrings.info ->
string Ast_405.Asttypes.loc ->
Longident.t Ast_405.Asttypes.loc -> Ast_405.Parsetree.extension_constructor