Module Part.Interpreted
type t = {loc_start : Ppxlib.position;value : Ppxlib.expression;module_path : Ppxlib.longident_loc Base.option;pad_length : Ppxlib.expression Base.option;loc_end : Ppxlib.position;interpreted_string : Base.string;(*
*)interpreted_stringis the string of the interpreted part. (e.g. in the example %{foo#Foo}, the string is "foo#Foo")
}