include module type of struct include Ppxlib.Ast_builder.Default.Located end
type !'a t = 'a Ppxlib__.Loc.tval loc : 'a t -> Ppxlib__.Location.tval mk : ( 'a -> 'a t ) Ppxlib__.Ast_builder_intf.with_locationval map : ( 'a -> 'b ) -> 'a t -> 'b tval map_lident : string t -> Ppxlib__.Longident.t tval lident :
( string -> Ppxlib__.Longident.t t ) Ppxlib__.Ast_builder_intf.with_locationval map_loc : f:( 'a -> 'b ) -> 'a Ppxlib.loc -> 'b Ppxlib.locval sprintf :
loc:Ppxlib__.Location.t ->
( 'a, Stdppx.Caml.Format.formatter, unit, string t ) Stdlib.format4 ->
'a