package ppx_string

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ppx_string.PartSource

Sourcetype 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;
    }