package js_of_ocaml-compiler

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

Module Subst.Including_BindersSource

The operations of this module also substitute the variables names that appear on the left-hand-side of a Code.instr.Let, or as block parameters, or as closure parameters, or are bound by an exception handler.

Sourceval instrs : (Code.Var.t -> Code.Var.t) -> Code.instr list -> Code.instr list
Sourcemodule And_Continuations : sig ... end