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
Library ppxlib.ast
module Parsetree : sig ... end
module Outcometree : sig ... end
module Ast_mapper : sig ... end
module Config : sig ... end
val shallow_identity : Ast_mapper.mapper
val map_signature :
Ast_mapper.mapper ->
Parsetree.signature ->
Parsetree.signature
val map_structure :
Ast_mapper.mapper ->
Parsetree.structure ->
Parsetree.structure
val make_top_mapper :
signature:( Parsetree.signature -> Parsetree.signature ) ->
structure:( Parsetree.structure -> Parsetree.structure ) ->
Ast_mapper.mapper
ON THIS PAGE
No table of contents