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.19.2.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=5d1187d5e44ed0163f76fb12dabf012e
    
    
  sha512=91bc81530fa4f6498961583ad51eac5001f139881788b88e360a866ad8e2a6e2c5bce86d1a580ab4cd4782bf49d48318767df82471ce33ba3ac143e5569ad33c
    
    
  doc/coq-core.vernac/Egramml/index.html
Module EgrammlSource
Mapping of grammar productions to camlp5 actions.
This is the part specific to vernac extensions. For the Coq-level Notation and Tactic Notation, see Egramcoq.
Source
type 's grammar_prod_item = - | GramTerminal of string
- | GramNonTerminal : ('a Genarg.raw_abstract_argument_type * ('s, _, 'a) Pcoq.Symbol.t) Loc.located -> 's grammar_prod_item
Source
val declare_vernac_command_grammar : 
  allow_override:bool ->
  Vernacexpr.extend_name ->
  Vernacexpr.vernac_expr Pcoq.Entry.t option ->
  Vernacexpr.vernac_expr grammar_prod_item list ->
  unitSource
val grammar_extend : 
  ?plugin_uid:(string * string) ->
  'a Pcoq.Entry.t ->
  'a Pcoq.extend_statement ->
  unitSource
val get_extend_vernac_rule : 
  Vernacexpr.extend_name ->
  Vernacexpr.vernac_expr grammar_prod_item listUtility function reused in Egramcoq :
Source
val make_rule : 
  (Loc.t -> Genarg.raw_generic_argument list -> 'a) ->
  'a grammar_prod_item list ->
  'a Pcoq.Production.t sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >