package coq
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Formal proof management system
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      coq-8.14.1.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=3cbfc1e1a72b16d4744f5b64ede59586071e31d9c11c811a0372060727bfd9c3
    
    
  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 extend_vernac_command_grammar : 
  Vernacexpr.extend_name ->
  Vernacexpr.vernac_expr Pcoq.Entry.t option ->
  Vernacexpr.vernac_expr grammar_prod_item list ->
  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)"
  >