package coq-core
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
 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.18.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=8d852367b54f095d9fbabd000304d450
    
    
  sha512=46922d5f2eb6802a148a52fd3e7f0be8370c93e7bc33cee05cf4a2044290845b10ccddbaa306f29c808e7c5019700763e37e45ff6deb507b874a4348010fed50
    
    
  doc/coq-core.vernac/Synterp/index.html
Module SynterpSource
This module implements the syntactic interpretation phase of vernacular commands. The main entry point is synterp_control, which transforms a vernacexpr into a vernac_control_entry.
Source
val with_generic_atts : 
  check:bool ->
  Attributes.vernac_flags ->
  (atts:Attributes.vernac_flags -> 'a) ->
  'aSource
type module_entry =
  Modintern.module_struct_expr
  * Names.ModPath.t
  * Modintern.module_kind
  * Entries.inlineSource
type control_entry = - | ControlTime of {- synterp_duration : System.duration;
 - }
- | ControlRedirect of string
- | ControlTimeout of {- }
- | ControlFail of {- st : Vernacstate.Synterp.t;
 - }
- | ControlSucceed of {- st : Vernacstate.Synterp.t;
 - }
Source
type synterp_entry = - | EVernacNoop
- | EVernacNotation of {- local : bool;
- decl : Metasyntax.notation_interpretation_decl;
 - }
- | EVernacBeginSection of Names.lident
- | EVernacEndSegment of Names.lident
- | EVernacRequire of Library.library_t list * Names.DirPath.t list * Vernacexpr.export_with_cats option * (Libnames.qualid * Vernacexpr.import_filter_expr) list
- | EVernacImport of Vernacexpr.export_flag * Libobject.open_filter * (Names.ModPath.t CAst.t * Vernacexpr.import_filter_expr) list
- | EVernacDeclareModule of Lib.export * Names.lident * Declaremods.module_params_expr * module_entry
- | EVernacDefineModule of Lib.export * Names.lident * Declaremods.module_params_expr * ((Vernacexpr.export_flag * Libobject.open_filter) * Names.ModPath.t) list * module_entry Declaremods.module_signature * module_entry list
- | EVernacDeclareModuleType of Names.lident * Declaremods.module_params_expr * ((Vernacexpr.export_flag * Libobject.open_filter) * Names.ModPath.t) list * module_entry list * module_entry list
- | EVernacInclude of Declaremods.module_expr list
- | EVernacSetOption of {- export : bool;
- key : Goptions.option_name;
- value : Vernacexpr.option_setting;
 - }
- | EVernacLoad of Vernacexpr.verbose_flag * (vernac_control_entry * Vernacstate.Synterp.t) list
- | EVernacExtend of Vernacextend.typed_vernac
Source
and vernac_control_entry =
  (control_entry, synterp_entry) Vernacexpr.vernac_control_gen_r CAst.tvernac_control_entry defines elaborated vernacular expressions, after the syntactic interpretation phase and before full interpretation
Source
val synterp_require : 
  Libnames.qualid option ->
  Vernacexpr.export_with_cats option ->
  (Libnames.qualid * Vernacexpr.import_filter_expr) list ->
  Library.library_t list * Names.DirPath.t listsynterp_require performs the syntactic interpretation phase of `Require` commands
synterp_control is the main entry point of the syntactic interpretation phase
Default proof mode set by `start_proof`
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >