-
I've got a problem between the CPU and the lambdapi. I don't know why, but when I opened the file "tp2. lp" (see below), automatically, this process uses 100% of my CPU. After a backup, this process s…
-
Consider the following definitions and initial proof:
```
require import AllCore.
module M = {
proc f(x) = {return x + 1;}
proc g(x) = {return 1 + x;}
}.
equiv eq_Mfg : M.f ~ M.g : ={a…
-
Using current Typst master at commit typst/typst@d84a7e423b53e9b5740720270b132da60c8a3fea, the example document from https://typst.app/universe/package/ctheorems/ yields warnings:
```
warning: `st…
-
`Proof with ` uses odd syntax (`...`) to indicate that `...` should, in effect, be substituted with `; `. Most languages use symbol names to indicate substitution. Furthermore you can only substitut…
-
Hi folks,
When using Coq 8.19.1 with Proof General 4.6-git and Emacs 29.3,
I use C-c RET (proof-goto-point) to navigate throughout a .v
file. When I've been editing awesome1.v and then I start e…
walck updated
5 months ago
-
when i learn the function dictScan in redis source code 2.78. i found below code: v = (((v | m0) + 1) & ~m0) | (v & m0); my question is: the result of the code seems same with code: v = ((v | m0) + 1)…
-
The following proof script checks fine when indices-matter is disabled, but gives an error when it is turned on.
``` coq
Inductive Empty : Type :=.
Inductive paths {A : Type} (a : A) : A -> Type :=
…
-
trivial
[a](javascript:prompt(document.cookie))
[a](j a v a s c r i p t:prompt(document.cookie))
![a](javascript:prompt(document.cookie))\
![a](data:text/html;base64,PHNjcmlwdD5h…
-
If in the script contain the follow syntax error `.}` then Coq will loop forever instead of giving a syntax error
Minimal example to reproduce the bug :
`Goal 1+1=2.
{ reflexivity.}`
The …
-