package coq-core
The Coq Proof Assistant -- Core Binaries and Tools
Install
Dune Dependency
Authors
Maintainers
Sources
coq-8.19.1.tar.gz
md5=13d2793fc6413aac5168822313e4864e
sha512=ec8379df34ba6e72bcf0218c66fef248b0e4c5c436fb3f2d7dd83a2c5f349dd0874a67484fcf9c0df3e5d5937d7ae2b2a79274725595b4b0065a381f70769b42
doc/coq-core.vernac/Library/index.html
Module Library
Source
This module provides functions to load, open and save libraries. Libraries correspond to the subclass of modules that coincide with a file on disk (the ".vo" files). Libraries on the disk comes with checksums (obtained with the Digest
module), which are checked at loading time to prevent inconsistencies between files written at various dates.
Type of libraries loaded in memory
Source
val require_library_syntax_from_dirpath :
lib_resolver:(Names.DirPath.t -> CUnix.physical_path) ->
Names.DirPath.t list ->
library_t list
Start the compilation of a library
Segments of a library
End the compilation of a library and save it to a ".vo" file, a ".vio" file, or a ".vos" file, depending on the todo_proofs argument. output_native_objects
: when producing vo objects, also compile the native-code version.
Source
type 'doc todo_proofs =
| ProofsTodoNone
| ProofsTodoSomeEmpty of Future.UUIDSet.t
| ProofsTodoSome of Future.UUIDSet.t * (Future.UUID.t, 'doc) tasks
Source
val save_library_to :
'document todo_proofs ->
output_native_objects:bool ->
Names.DirPath.t ->
string ->
unit
Source
val load_library_todo :
CUnix.physical_path ->
seg_sum
* seg_lib
* seg_univ
* (Opaqueproof.opaque_handle option, 'doc) tasks
* seg_proofs
Interrogate the status of libraries
- Tell if a library is loaded
- Tell which libraries are loaded
Native compiler.
Opaque accessors
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page