package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type reloc_info =
  1. | Reloc_annot of Cbytecodes.annot_switch
  2. | Reloc_const of Cbytecodes.structured_constant
  3. | Reloc_getglobal of Names.constant
type patch = reloc_info * int
val subst_patch : Mod_subst.substitution -> patch -> patch
type emitcodes
val length : emitcodes -> int
val patch_int : emitcodes -> (int * int) list -> emitcodes
type to_patch = emitcodes * patch list * Cbytecodes.fv
val subst_to_patch : Mod_subst.substitution -> to_patch -> to_patch
type body_code =
  1. | BCdefined of to_patch
  2. | BCalias of Names.constant
  3. | BCconstant
type to_patch_substituted
val repr_body_code : to_patch_substituted -> Mod_subst.substitution list option * body_code
OCaml

Innovation. Community. Security.