Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Ppxlib.Ast_builder.Default.Located end
type 'a t = 'a Ppxlib.Loc.t
val loc : _ t -> Ppxlib.Location.t
val mk : loc:Ppxlib.Location.t -> 'a -> 'a t
val map_lident : string t -> Ppxlib.Longident.t t
val lident : loc:Ppxlib.Location.t -> string -> Ppxlib.Longident.t t
val map_loc : f:('a -> 'b) -> 'a Ppxlib.loc -> 'b Ppxlib.loc
val sprintf :
loc:Ppxlib.Location.t ->
('a, Caml.Format.formatter, unit, string t) format4 ->
'a