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.traverse_builtins
method int : < array :
'a. ( 'ctx, 'a ) T.map_with_context ->
( 'ctx, 'a array ) T.map_with_context
; bool : ( 'ctx, bool ) T.map_with_context
; char : ( 'ctx, char ) T.map_with_context
; int : ( 'ctx, int ) T.map_with_context
; list :
'a. ( 'ctx, 'a ) T.map_with_context ->
( 'ctx, 'a list ) T.map_with_context
; option :
'a. ( 'ctx, 'a ) T.map_with_context ->
( 'ctx, 'a option ) T.map_with_context
; string : ( 'ctx, string ) T.map_with_context.. > ->
( 'ctx, int ) T.map_with_context
method string : 'c -> ( 'ctx, string ) T.map_with_context
method bool : 'c -> ( 'ctx, bool ) T.map_with_context
method char : 'c -> ( 'ctx, char ) T.map_with_context
method option : 'c ->
'a. ( 'ctx, 'a ) T.map_with_context ->
( 'ctx, 'a option ) T.map_with_context
method list : 'c ->
'a. ( 'ctx, 'a ) T.map_with_context ->
( 'ctx, 'a list ) T.map_with_context
method array : 'c ->
'a. ( 'ctx, 'a ) T.map_with_context ->
( 'ctx, 'a array ) T.map_with_context
ON THIS PAGE
No table of contents