package ppx_string

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  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;
  6. interpreted_string : Base.string;
    (*

    interpreted_string is the string of the interpreted part. (e.g. in the example %foo#Foo, the string is "foo#Foo")

    *)
}
OCaml

Innovation. Community. Security.