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
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 :
string ->
'context Context.t ->
( Astlib.Ast_500.Parsetree.payload, 'a, 'b ) Ast_pattern.t ->
'a ->
( 'context, 'b ) t
val declare_with_path_arg :
string ->
'context Context.t ->
( Astlib.Ast_500.Parsetree.payload, 'a, 'b ) Ast_pattern.t ->
( arg:Longident.t Loc.t option -> 'a ) ->
( 'context, 'b ) t
val convert_res :
( _, 'a ) t list ->
loc:Location.t ->
(string Astlib.Location.loc * Astlib.Ast_500.Parsetree.payload) ->
( 'a option, Location.Error.t Stdppx.NonEmptyList.t ) result
val convert :
( _, 'a ) t list ->
loc:Location.t ->
(string Astlib.Location.loc * Astlib.Ast_500.Parsetree.payload) ->
'a option
ON THIS PAGE
No table of contents