Myhelpers.Locatedinclude module type of struct include Ppxlib.Ast_builder.Default.Located endtype 'a t = 'a Ppxlib.Loc.tval loc : _ t -> Ppxlib.Location.tval mk : loc:Ppxlib.Location.t -> 'a -> 'a tval map_lident : string t -> Ppxlib.Longident.t tval lident : loc:Ppxlib.Location.t -> string -> Ppxlib.Longident.t tval map_loc : f:('a -> 'b) -> 'a Ppxlib.loc -> 'b Ppxlib.locval sprintf :
loc:Ppxlib.Location.t ->
('a, Caml.Format.formatter, unit, string t) format4 ->
'a