package ppx_traverse

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Ppxlib_traverse end
val vars_of_list : get_loc:('a -> Ppxlib.location) -> 'a Base.List.t -> Base.String.t Ppxlib.loc Base.List.t
module Backends = Ppxlib_traverse.Backends
type what = Backends.what
val method_name : Ppxlib.longident -> Base.String.t
val is_constant_constructor : Ppxlib.constructor_declaration -> bool
val erase_type_variables : Ppxlib.Ast_traverse.map
val map_lident : Ppxlib.longident -> f:(string -> string) -> Ppxlib.longident