PpxHelpers.Str
type t = Ppxlib.structure_item
val single_class :
loc:Ppxlib.location ->
?virt:Ppxlib.Asttypes.virtual_flag ->
?pat:Ppxlib_ast.Ast.pattern ->
?wrap:
(Astlib.Ast_500.Parsetree.class_expr ->
Astlib.Ast_500.Parsetree.class_expr) ->
name:string ->
params:
(Astlib.Ast_500.Parsetree.core_type
* (Astlib.Ast_500.Asttypes.variance * Astlib.Ast_500.Asttypes.injectivity))
list ->
Astlib.Ast_500.Parsetree.class_field list ->
loc:Astlib.Location.t ->
Parsetree.structure_item
val of_class_declarations :
loc:Astlib.Location.t ->
Parsetree.class_expr Parsetree.class_infos list ->
Parsetree.structure_item
val of_tdecls :
loc:Astlib.Location.t ->
Astlib.Ast_500.Parsetree.type_declaration ->
Astlib.Ast_500.Parsetree.structure_item
val tdecl :
loc:Astlib.Location.t ->
name:string ->
params:string list ->
Parsetree.core_type ->
Parsetree.structure_item
val tdecl_record :
loc:Astlib.Location.t ->
name:string ->
params:string list ->
Ppxlib.label_declaration list ->
Parsetree.structure_item
val class_single :
loc:Ppxlib.location ->
name:string ->
?virt:bool ->
?wrap:
(Astlib.Ast_500.Parsetree.class_expr ->
Astlib.Ast_500.Parsetree.class_expr) ->
params:Astlib.Ast_500.Parsetree.core_type list ->
Astlib.Ast_500.Parsetree.class_field list ->
Parsetree.structure_item
val value :
loc:Astlib.Location.t ->
?flag:Ppxlib.rec_flag ->
Parsetree.value_binding list ->
Parsetree.structure_item
val single_value :
loc:Astlib.Location.t ->
Parsetree.pattern ->
Parsetree.expression ->
Parsetree.structure_item
val values :
loc:Astlib.Location.t ->
?rec_flag:Ppxlib.rec_flag ->
Parsetree.value_binding list ->
Parsetree.structure_item
val of_vb :
loc:Astlib.Location.t ->
?rec_flag:Ppxlib.rec_flag ->
Parsetree.value_binding ->
Parsetree.structure_item
val tdecl_abstr :
loc:Astlib.Location.t ->
string ->
string option list ->
Parsetree.structure_item
val functor1 :
loc:Astlib.Location.t ->
string option ->
param:string ->
Parsetree.signature_item list ->
Parsetree.structure_item list ->
Parsetree.structure_item
val module_ :
loc:Astlib.Location.t ->
string ->
Parsetree.module_expr ->
Parsetree.structure_item
val modtype :
loc:Astlib.Location.t ->
Parsetree.module_type_declaration ->
Parsetree.structure_item
val include_ :
loc:Astlib.Location.t ->
Parsetree.module_expr ->
Parsetree.structure_item