Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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_string
is the string of the interpreted part. (e.g. in the example %foo#Foo
, the string is "foo#Foo")
}