Module Js_of_ocaml_compiler__Js_traverse
class type mapper = object ... end
class subst : (Js_of_ocaml_compiler.Javascript.ident -> Js_of_ocaml_compiler.Javascript.ident) -> object ... end
type t
=
{
use_name : Js_of_ocaml_compiler.Stdlib.StringSet.t;
def_name : Js_of_ocaml_compiler.Stdlib.StringSet.t;
def : Js_of_ocaml_compiler.Code.Var.Set.t;
use : Js_of_ocaml_compiler.Code.Var.Set.t;
count : int Js_of_ocaml_compiler.Javascript.IdentMap.t;
}
class type freevar = object ... end
class compact_vardecl : object ... end