-
[qed_bug2.pdf](https://github.com/latex3/latex2e/files/8140296/qed_bug2.pdf)
## Brief outline of the bug
amsmath loaded with 'fleqn' doesn't print qed symbol in the proof environment. If ams…
-
I found a weird behavior with depelim. In the code below, depelim keeps inverting the equality
```
Section Foo.
Context (x y : vec nat 2).
Definition foo (H : x = y) : x = y.
depelim H.
…
-
### Description of the problem
The auto-generated proof term includes `Z.add_0_r` but the output of `debug auto` does not.
### Small Rocq / Coq file to reproduce the bug
```coq
Require Import ZArit…
-
In case you didn't see it yet, head over to the QED programming language to see how it solves the "async" problematic in a tamed way so that async code can be used anywhere as sync code as it doesn't …
-
I didn't investigate but I wouldn't be surprised if this is the same cause as #371.
Repro steps are easy:
- drag&drop qed.app and some text file onto empty desktop
- drag&drop the text file on qe…
-
## Desired Behavior
A simpler way to test Coq libraries than: https://github.com/liyishuai/coq-json/blob/master/test/dune
## Example
I have a Coq library that defines several computations. I th…
-
I'm having a problem compiling since the switch to coqnative. This is on Mac, simply running make in root dir. It seems to "finish" (printing Axioms used) in the expected amount of time, but then just…
-
### Is your feature request related to a problem?
Once `Inductive SFalse : SProp :=.` is defined, it is possible to make many arguments irrelevant. While additional inductives like `Inductive Squash …
-
~~~coq
(* -*- coq-prog-args: ("-impredicative-set"); -*- *)
Inductive X : Set := x : Type -> bool -> X.
Goal x bool true x bool false.
red.
Fail discriminate.
injection.
(* |- tr…
-
@bclyons12 , about this approach to account for Ip changing as a function of time:
https://github.com/ProjectTorreyPines/FUSE.jl/blob/2bc33052badd980718ffea6749ffd6c333541375/src/actors/current/qed_a…