ppxlib
A comprehensive toolbox for ppx development. It features:
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package ppxlib
-
ppxlib
-
-
ppxlib.ast
-
-
ppxlib.metaquot
-
ppxlib.metaquot_lifters
-
ppxlib.print_diff
-
ppxlib.runner
-
ppxlib.runner_as_ppx
-
ppxlib.traverse
-
ppxlib.traverse_builtins
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type 'a t =
| Class_expr : Migrate_parsetree.Ast_405.Parsetree.class_expr t |
| Class_field : Migrate_parsetree.Ast_405.Parsetree.class_field t |
| Class_type : Migrate_parsetree.Ast_405.Parsetree.class_type t |
| Class_type_field : Migrate_parsetree.Ast_405.Parsetree.class_type_field t |
| Core_type : Migrate_parsetree.Ast_405.Parsetree.core_type t |
| Expression : Migrate_parsetree.Ast_405.Parsetree.expression t |
| Module_expr : Migrate_parsetree.Ast_405.Parsetree.module_expr t |
| Module_type : Migrate_parsetree.Ast_405.Parsetree.module_type t |
| Pattern : Migrate_parsetree.Ast_405.Parsetree.pattern t |
| Signature_item : Migrate_parsetree.Ast_405.Parsetree.signature_item t |
| Structure_item : Migrate_parsetree.Ast_405.Parsetree.structure_item t |
val class_expr : Migrate_parsetree.Ast_405.Parsetree.class_expr t
val class_field : Migrate_parsetree.Ast_405.Parsetree.class_field t
val class_type : Migrate_parsetree.Ast_405.Parsetree.class_type t
val class_type_field : Migrate_parsetree.Ast_405.Parsetree.class_type_field t
val core_type : Migrate_parsetree.Ast_405.Parsetree.core_type t
val expression : Migrate_parsetree.Ast_405.Parsetree.expression t
val module_expr : Migrate_parsetree.Ast_405.Parsetree.module_expr t
val module_type : Migrate_parsetree.Ast_405.Parsetree.module_type t
val pattern : Migrate_parsetree.Ast_405.Parsetree.pattern t
val signature_item : Migrate_parsetree.Ast_405.Parsetree.signature_item t
val structure_item : Migrate_parsetree.Ast_405.Parsetree.structure_item t
val get_extension :
'a t ->
'a ->
((string Location.loc * Migrate_parsetree.Ast_405.Parsetree.payload)
* (string Location.loc * Migrate_parsetree.Ast_405.Parsetree.payload) list)
Base.Option.t
val merge_attributes :
'a t ->
'a ->
(string Location.loc * Migrate_parsetree.Ast_405.Parsetree.payload) list ->
'a
ON THIS PAGE
No table of contents