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.1.tar.gz
sha256=35cd03fc4193969b1cce01190340e5c129c1ba8f02242a9e6dff4b83be118759
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)"
>