Class Traverse.map

method attr : Attr.t -> Attr.t
method attr_value : Attr.Value.t -> Attr.Value.t
method sigil : Attr.Sigil.t -> Attr.Sigil.t
method expr : Expr.t -> Expr.t
method element : Element.t -> Element.t
method argument : Attr.Argument.t -> Attr.Argument.t
method list : ('a -> 'a) -> 'a list -> 'a list
method location : Location.t -> Location.t
method node : Node.t -> Node.t
method ocaml_expr : Ocaml_expr.t -> Ocaml_expr.t
method escape_kind : Escape_kind.t -> Escape_kind.t
method interpolation_kind : Interpolation_kind.t -> Interpolation_kind.t
method literal : Literal.t -> Literal.t
method longident : Ppxlib.Longident.t -> Ppxlib.Longident.t
method option : ('a -> 'a) -> 'a option -> 'a option
method quote : Quote.t -> Quote.t
method quote_elt : Quote.Elt.t -> Quote.Elt.t
method string : string -> string
method int : int -> int
method bool : bool -> bool
method closing_tag : Closing_tag.t -> Closing_tag.t
method string_relative_location : String_relative_location.t -> String_relative_location.t
method tag : Tag.t -> Tag.t
method with_loc : ('a -> 'a) -> 'a Ppxlib.Loc.t -> 'a Ppxlib.Loc.t