Up

Module Ppx_inline_test

Signature

type maybe_drop =
| Keep
| Drop_with_deadcode
| Drop
val set_default_maybe_drop : maybe_drop -> unit

How to expand tests if no "-inline-test-drop*" command line flag is passed.

val maybe_drop : Location.t -> Parsetree.expression -> Parsetree.structure