ppxlib
Standard library for ppx rewriters
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package ppxlib
-
ppxlib
-
-
ppxlib.ast
-
-
ppxlib.astlib
-
-
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
val make :
?attributes:Attribute.packed list ->
?deps:t list ->
( 'f, 'output_ast ) Args.t ->
( loc:Location.t -> path:string -> 'input_ast -> 'f ) ->
( 'output_ast, 'input_ast ) t
val make_noarg :
?attributes:Attribute.packed list ->
?deps:t list ->
( loc:Location.t -> path:string -> 'input_ast -> 'output_ast ) ->
( 'output_ast, 'input_ast ) t
module V2 : sig ... end
val apply :
( 'output_ast, 'input_ast ) t ->
name:string ->
ctxt:Expansion_context.Deriver.t ->
'input_ast ->
(string * Astlib.Ast_500.Parsetree.expression) list ->
'output_ast
ON THIS PAGE
No table of contents