package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.14.1.tar.gz
sha256=3cbfc1e1a72b16d4744f5b64ede59586071e31d9c11c811a0372060727bfd9c3

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.