Module Expansion_context.Extension
val extension_point_loc : t -> Ppxlib.Location.tReturn the location of the extension point being expanded
val code_path : t -> Ppxlib.Code_path.tReturn the code path for the given context
val tool_name : t -> stringCan be used within a ppx preprocessor to know which tool is calling it
"ocamlc","ocamlopt","ocamldep","ocaml", ... .
val with_loc_and_path : (loc:Ppxlib.Location.t -> path:string -> 'a) -> ctxt:t -> 'aWrap a
fun ~loc ~pathinto afun ~ctxt