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