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.18.0.tar.gz
md5=8d852367b54f095d9fbabd000304d450
sha512=46922d5f2eb6802a148a52fd3e7f0be8370c93e7bc33cee05cf4a2044290845b10ccddbaa306f29c808e7c5019700763e37e45ff6deb507b874a4348010fed50
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)"
>