-
Found in 0400a88.
In the `:elab` shell, pressing Tab at an otherwise empty prompt produces a list of suggested commands:
```
-Main.poohat>
intro focus instance abandon
in…
-
`beamer` has
```tex
\def\qedsymbol{\leavevmode\hbox{\usebeamertemplate*{qed symbol}}}
```
This makes
```tex
\declaretheoremstyle[qed=\qedsymbol]{my style}
```
fail because currently `thmtools`…
-
#### Description of the problem
The following program:
```coq
Inductive I : nat -> Prop :=
| IH : forall n, I n -> I (S n).
Axiom P : forall n (Hn : I n), Prop.
Axiom P_indep : forall n…
-
#### Version
~~~~~
The Coq Proof Assistant, version 8.8.1 (July 2018)
compiled on Jul 5 2018 7:25:50 with OCaml 4.06.0
~~~~~
#### Operating system
Arch Linux, up to date as of yesterda…
-
During the restructuring of `QED.jl`, some little cosmetic issues were introduced (or copied):
- [x] check for obsolete dependencies (in `deps` and `extras`)
- [ ] Drop usage of `Suppressors` in…
-
A Typst document `test.typ` containing only the import statement `#import "@preview/ctheorems:1.1.2": *` will fail with pandoc 3.1.12.2, giving the message:
```
"test.typ" (line 1, column 2):
"/hom…
-
I have encountered a minor Proof Decomposition bug with TLAPS (Version 1.4.3 of June 2015).
I am trying to show that `Record` refines `SimpleVoting`; see the TLA+ specs in [SimpleVoting-Record.zip]…
-
Proofs of the form
```
Goal True.
Proof I.
```
confuse the highlighting and indenting because they expect a `Qed`.
-
- [x] Register all packages with FuseRegistry @orso82
- [x] Consistent formatting for all packages @orso82
- [x] Add documentation build for all packages @orso82
- [ ] Merge as many open P…
-
This script shows that leaving beta-expanded partial proof terms has a cost (it's what the `abs_evars[_pirrel]` routine does IIRC).
```coq
Require Import List.
Lemma neq_0_1 : 0 = 1 -> False.
Pr…
gares updated
3 years ago