-
This (single?) issue will contain my evolving comments and issues with this (wonderful!) tutorial.
I intend to keep an expanding task list of items I *think* need addressing. (Feel free to ~~striketh…
-
Dear professor:
While compiling the QED module using the same program, I noticed that the initial state of the particles changed unexpectedly. The compilation process did not generate any error mes…
-
R keeps trying to install packages to `/usr/local/lib/R/site-library` even if personal library chosen during package installation.
When installing a package:
```
> install.packages('devtools')
…
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#5152
From: @yforster
Reported version: 8.5
CC: coq-bugs-redist@lists.gforge.inria.fr
-
It would be nice to have a mode where we kept a pool of coqtop workers and used `BackTo` to allow us to try multiple changes without recompiling the initial segment of the file. Plausibly we don't wa…
-
## Description
The WT550 and cobra are unchanged after the gun update
**Screenshots**
![image](https://github.com/space-wizards/space-station-14/assets/130668733/c7281b5f-d91b-4486-a291-95353…
-
-
Thank you very much for your excellent work. I have a few questions regarding your article and code:
1.Checkpoint File 'molgen.pkl': If I understand correctly, the checkpoint file 'molgen.pkl' prov…
-
```
Fixpoint stupid (n : nat) : unit :=
match n with
| 0 => tt
| S n =>
let () := stupid n in
let () := stupid n in
tt
end.
Goal True.
Proof.
pose (v := stupid 26).
Timeout 1 vm_co…
gares updated
3 years ago
-
#### Description of the problem
```coq
Goal True.
let v := open_constr:(@id Type _) in
pose v.
Axiom admit' : forall {T}, T.
Unshelve. all: exact admit'.
Qed.
(* Error: Anomaly "Un…