package coq-core
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  The Coq Proof Assistant -- Core Binaries and Tools
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      coq-8.17.1.tar.gz
    
    
        
    
  
  
  
    
  
        sha512=9a35311acec2a806730b94ac7dceabc88837f235c52a14c026827d9b89433bd7fa9555a9fc6829aa49edfedb24c8bbaf1411ebf463b74a50aeb17cba47745b6b
    
    
  doc/coq-core.sysinit/Coqargs/index.html
Module CoqargsSource
Source
type injection_command = - | OptionInjection of Goptions.option_name * option_command(*- Set flags or options before the initial state is ready. *)
- | RequireInjection of string * string option * Lib.export_flag option(*- Require libraries before the initial state is ready. Parameters follow *)- Library, that is to say,- lib,prefix,import_exportmeans require library- libfrom optional- prefixand- import_exportif- Some Lib.Import/- Some Lib.Exportis used.
- | 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;
- time : bool;
- 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)"
  >