package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type xinstr =
  1. | Instr of instr
  2. | Last of last
val var_list : Format.formatter -> Var.t list -> unit
val instr : Format.formatter -> instr -> unit
val block : (Addr.Map.key -> xinstr -> string) -> int -> block -> unit
val program : (Addr.Map.key -> xinstr -> string) -> program -> unit
val last : Format.formatter -> last -> unit
val cont : Format.formatter -> cont -> unit