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.parsing/Tok/index.html
Module TokSource
The type of token for the Coq lexer and parser
Source
type 'c p = - | PKEYWORD : string -> string p
- | PPATTERNIDENT : string option -> string p
- | PIDENT : string option -> string p
- | PFIELD : string option -> string p
- | PNUMBER : NumTok.Unsigned.t option -> NumTok.Unsigned.t p
- | PSTRING : string option -> string p
- | PLEFTQMARK : unit p
- | PBULLET : string option -> string p
- | PQUOTATION : string -> string p
- | PEOI : unit p
Source
type t = - | KEYWORD of string
- | PATTERNIDENT of string
- | IDENT of string
- | FIELD of string
- | NUMBER of NumTok.Unsigned.t
- | STRING of string
- | LEFTQMARK
- | BULLET of string
- | QUOTATION of string * string
- | EOI
Names of tokens, used in Grammar error messages
Utility function for the test returned by a QUOTATION token: It returns the delimiter parenthesis, if any, and the text without delimiters. Eg `{{ text 
}
}
` -> Some '{', ` text `
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >