package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
class type mapper = object ... end
class map : mapper
class subst : (Javascript.ident -> Javascript.ident) -> object ... end
type 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;
}
type block =
  1. | Catch of Javascript.ident
  2. | Params of Javascript.ident list
class type freevar = object ... end
class free : freevar
class compact_vardecl : object ... end
class clean : mapper
class simpl : mapper