jon.recoil.org

Module Part.Interpreted

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")

    *)
}