package ppx_string

  1. Overview
  2. Docs
type t =
  1. | Literal of Ppxlib.label Ppxlib.loc
  2. | Interpreted of {
    1. loc_start : Ppxlib.position;
    2. value : Ppxlib.expression;
    3. module_path : Ppxlib.longident_loc Base.option;
    4. pad_length : Ppxlib.expression Base.option;
    5. loc_end : Ppxlib.position;
    }
OCaml

Innovation. Community. Security.