package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val compile : fail_on_error:bool -> ?universes:int -> Environ.env -> (Constr.existential -> Constr.constr option) -> Constr.constr -> (Vmemitcodes.to_patch * Vmbytecodes.fv) option

Should only be used for monomorphic terms

init, fun, fv

val compile_constant_body : fail_on_error:bool -> Environ.env -> Declarations.universes -> (Constr.t, 'opaque) Declarations.constant_def -> Vmemitcodes.body_code option

Shortcut of the previous function used during module strengthening

val dump_bytecode : bool ref

Dump the bytecode after compilation (for debugging purposes)