Coercions
Location management
val mkloc : 'a -> 'a Location.locval map_loc : ('a -> 'b) -> 'a Location.loc -> 'b Location.locval with_loc : ('a -> 'b) -> 'a Location.loc -> 'bConstructing identifiers
val make_ident : ?prefix:Longident.t -> string -> Longident.tConstructing function application
val nolabel : 'a -> Ppxlib.Asttypes.arg_label * 'aval nolabels : 'a list -> (Ppxlib.Asttypes.arg_label * 'a) listGeneric signature for visitable nodes
type 'a iter = 'a -> unitGeneric signature for extensible nodes
module type ItemS = sig ... endval range_loc : Location.t -> Location.t -> Location.tmodule Stri : sig ... endval list_to_loc : ('a -> Location.t) -> 'a list -> Location.tmodule Sigi : sig ... endGeneric signature for expressions and patterns
module type ValueS = sig ... endval longident : Longident.tPayload construction (ctd)
Coercions (ctd)
General purpose functions
module Accu : sig ... end