package js_of_ocaml-compiler

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

Module Code.PrintSource

Sourcetype xinstr =
  1. | Instr of instr * loc
  2. | Last of last * loc
Sourceval var_list : Format.formatter -> Var.t list -> unit
Sourceval instr : Format.formatter -> (instr * loc) -> unit
Sourceval block : (Addr.Map.key -> xinstr -> string) -> int -> block -> unit
Sourceval program : (Addr.Map.key -> xinstr -> string) -> program -> unit
Sourceval last : Format.formatter -> (last * loc) -> unit
Sourceval cont : Format.formatter -> cont -> unit
OCaml

Innovation. Community. Security.