-
I've recently been through a spate of _Qed_ development, which has resulted in a brand new, and much better, port of _Qed_, (with UTF-8 support) than the one you link to in your README. Could you upda…
-
qwedqwd
-
Hi I would like to contribute a Pulaar translator model, but need pointed to the the sentence pairs. Can anyone help me out?
-
dwedwe
-
Hi guys!
How to enable [MathJax configurations for TeX/LaTeX](http://docs.mathjax.org/en/latest/tex.html)?
-
Mentorlardan biri bu mesaji gordu ve suretli bir sekilde probleme mudaxile etdi)) Demeli dropdownlarda li den sonra class ve ul yaib davam etsez daha yaxsi olar.Li ul lere class adlari verin.li lerin…
-
#### Description of the problem
The following fails in 8.10 (because the first `lia` succeeds) but succeeds in 8.11 and 8.12.
```coq
Require Import Lia.
Goal forall x y,
(let z := x in …
-
Following from the issue [211](https://github.com/mattam82/Coq-Equations/issues/211), I tried rewriting my code to simplify it but I keep getting the
```
Error: Illegal application:
The Xth term …
-
I encountered an error with openPMD BTD with this 2D [input file](https://github.com/ECP-WarpX/WarpX/files/6371538/inputs.txt) when executing e.g.
```sh
# compilation
cmake .. -DWarpX_DIMS=2 -DWarp…
-
~~~coq
(* -*- coq-prog-args: ("-allow-sprop"); -*- *)
Axiom T : SProp. Axiom a b : T.
Goal forall P, P a -> P b.
intros P v.
vm_compute. (* inserts a VMCast *)
exact v.
Qed.
(* Error…