Expansion_context.Deriver
val derived_item_loc : t -> Astlib.Location.t
val code_path : t -> Ppxlib__.Code_path.t
val input_name : t -> string
val tool_name : t -> string
val with_loc_and_path :
(loc:Astlib.Location.t -> path:string -> 'a) ->
ctxt:t ->
'a
val inline : t -> bool
val make :
derived_item_loc:Astlib.Location.t ->
inline:bool ->
base:Base.t ->
unit ->
t