package coq-core
The Coq Proof Assistant -- Core Binaries and Tools
Install
Dune Dependency
Authors
Maintainers
Sources
coq-8.20.1.tar.gz
md5=0cfaa70f569be9494d24c829e6555d46
sha512=8ee967c636b67b22a4f34115871d8f9b9114df309afc9ddf5f61275251088c6e21f6cf745811df75554d30f4cebb6682f23eeb2e88b771330c4b60ce3f6bf5e2
doc/coq-core.sysinit/Coqargs/index.html
Module Coqargs
Source
Source
type require_injection = {
lib : string;
prefix : string option;
export : Lib.export_flag option;
}
Parameters follow Library
, that is to say, lib,prefix,export
means require library lib
from optional prefix
and import or export if export
is Some Lib.Import
/Some Lib.Export
.
Source
type injection_command =
| OptionInjection of Goptions.option_name * option_command
(*Set flags or options before the initial state is ready.
*)| RequireInjection of require_injection
(*Require libraries before the initial state is ready.
*)| WarnNoNative of string
(*Used so that "-w -native-compiler-disabled -native-compiler yes" does not cause a warning. The native option must be processed before injections (because it affects require), so the instruction to emit a message is separated.
*)| WarnNativeDeprecated
(*Used so that "-w -native-compiler-deprecated-option -native-compiler FLAG" does not cause a warning, similarly to above.
*)
Source
type coqargs_config = {
logic : coqargs_logic_config;
rcfile : string option;
coqlib : string option;
enable_VM : bool;
native_compiler : native_compiler;
native_output_dir : CUnix.physical_path;
native_include_dirs : CUnix.physical_path list;
output_directory : CUnix.physical_path option;
time : time_config option;
profile : string option;
print_emacs : bool;
}
Source
type coqargs_pre = {
boot : bool;
load_init : bool;
load_rcfile : bool;
ml_includes : CUnix.physical_path list;
vo_includes : Loadpath.vo_path list;
load_vernacular_list : (string * bool) list;
injections : injection_command list;
}
Source
type coqargs_query =
| PrintWhere
| PrintConfig
| PrintVersion
| PrintMachineReadableVersion
| PrintHelp of Boot.Usage.specific_usage
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>