package links

  1. Overview
  2. Docs
module VEnv = Env.Int

IR variable environment

type venv = string VEnv.t

Type of environments mapping IR variables to object variables

module Code : sig ... end

Intermediate language

module type JS_PAGE_COMPILER = sig ... end
module type JS_CODEGEN = sig ... end