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.20.0.tar.gz
md5=66e57ea55275903bef74d5bf36fbe0f1
sha512=1a7eac6e2f58724a3f9d68bbb321e4cfe963ba1a5551b9b011db4b3f559c79be433d810ff262593d753770ee41ea68fbd6a60daa1e2319ea00dff64c8851d70b
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)"
>