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
val care_about_ite_branch : bool ref
If set to true
then the check regarding if-then-else branches is performed.
val about_ite_branch_ref : ( Warnings.loc -> unit ) ref
Used to override what happens for problematic locations. By default just prints an error message on stderr.
val about_ite_branch : Warnings.loc -> unit
This function is called by the parser when it wants to warn about an if-then-else branch.
ON THIS PAGE
No table of contents