Coercions
Location management
Sourceval mkloc : 'a -> 'a Location.loc Sourceval map_loc : ('a -> 'b) -> 'a Location.loc -> 'b Location.loc Sourceval with_loc : ('a -> 'b) -> 'a Location.loc -> 'b Constructing identifiers
Sourceval make_ident : ?prefix:Longident.t -> string -> Longident.t Constructing function application
Sourceval nolabel : 'a -> Ppxlib.Asttypes.arg_label * 'a Sourceval nolabels : 'a list -> (Ppxlib.Asttypes.arg_label * 'a) list Generic signature for visitable nodes
Sourcetype 'a iter = 'a -> unit Generic signature for extensible nodes
Sourceval range_loc : Location.t -> Location.t -> Location.t Sourceval list_to_loc : ('a -> Location.t) -> 'a list -> Location.t Generic signature for expressions and patterns
Sourceval longident : Longident.t Payload construction (ctd)
Coercions (ctd)
General purpose functions