package rocq-runtime
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  The Rocq Prover -- Core Binaries and Tools
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      rocq-9.1.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=b236dc44f92e1eeca6877c7ee188a90c2303497fe7beb99df711ed5a7ce0d824
    
    
  doc/rocq-runtime.parsing/Tok/index.html
Module TokSource
The type of token for the Rocq lexer and parser
Source
type 'c p = - | PKEYWORD : string -> 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
- | 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)"
  >