Ppxlib.Code_pathval file_path : t -> stringval main_module_name : t -> stringval submodule_path : t -> string listval enclosing_module : t -> stringval value : t -> string optionval enclosing_value : t -> string optionval fully_qualified_path : t -> stringval to_string_path : t -> stringval top_level : file_path:string -> tval enter_module : loc:Astlib.Location.t -> string -> t -> tval enter_value : loc:Astlib.Location.t -> string -> t -> tval with_string_path :
(loc:Astlib.Location.t -> path:string -> 'a) ->
loc:Astlib.Location.t ->
path:t ->
'a