package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.15.2.tar.gz
sha256=13a67c0a4559ae22e9765c8fdb88957b16c2b335a2d5f47e4d6d9b4b8b299926

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.