package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Js_of_ocaml_compiler.Js_traverseSource

Sourceclass type mapper = object ... end
Sourceclass subst : (Javascript.ident -> Javascript.ident) -> object ... end
Sourcetype t = {
  1. use_name : Stdlib.StringSet.t;
  2. def_name : Stdlib.StringSet.t;
  3. def : Code.Var.Set.t;
  4. use : Code.Var.Set.t;
}
Sourceclass type freevar = object ... end
Sourceclass compact_vardecl : object ... end