package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.15.1.tar.gz
sha256=513e953b7183d478acb75fd6e80e4dc32ac1a918cf4343ac31a859cfb4e9aad2

doc/coq-core.kernel/Vmbytegen/index.html

Module VmbytegenSource

Sourceval compile : fail_on_error:bool -> ?universes:int -> Environ.env -> (Constr.existential -> Constr.constr option) -> Constr.constr -> (Vmbytecodes.bytecodes * Vmbytecodes.bytecodes * Vmbytecodes.fv) option

Should only be used for monomorphic terms

init, fun, fv

Sourceval 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

Sourceval dump_bytecode : bool ref

Dump the bytecode after compilation (for debugging purposes)

OCaml

Innovation. Community. Security.