package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type visitor_in = {
  1. kexpr : Ast_c.expr vin;
  2. kinfo : Cst_cpp.tok vin;
}
and visitor_out = Ast_c.any -> unit
and 'a vin = (('a -> unit) * visitor_out) -> 'a -> unit
module Ast_cpp : sig ... end
val default_visitor : visitor_in
val mk_visitor : visitor_in -> visitor_out