package ppx_sexp_conv

  1. Overview
  2. Docs

default, drop_default, and drop_if attributes are annotated with expressions that should be lifted out of the scope of ppx-generated temporary variables. See the Lifted module.

type 'a t = {
  1. to_lift : 'a;
}