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 of declared expert extensions.
The 'context
type parameter describes where the extension is expected and the 'payload
one what its payload should contain.
val declare :
Base.String.t ->
'context Context.t ->
( Migrate_parsetree.Ast_405.Parsetree.payload, 'a, 'b ) Ast_pattern.t ->
'a ->
( 'context, 'b ) t
val declare_with_path_arg :
Base.String.t ->
'context Context.t ->
( Migrate_parsetree.Ast_405.Parsetree.payload, 'a, 'b ) Ast_pattern.t ->
( arg:Longident.t Loc.t Base.Option.t -> 'a ) ->
( 'context, 'b ) t
val convert :
( _, 'a ) t Base.List.t ->
loc:Location.t ->
(string Location.loc * Migrate_parsetree.Ast_405.Parsetree.payload) ->
'a Base.Option.t
ON THIS PAGE
No table of contents