-
There's a broad consensus that we want something sort of like a parsed representation of an MMJ2 worksheet. The details need to be worked out, probably in connection with smm-webui work to use the AP…
-
### The problem
`forecast_solar` sporadically errors with `KeyError: 'X-Ratelimit-Limit'`
The key query should be error proof and if a key issue occurs, a warning should be printed instead.
```…
-
#### Description of the problem
The following forever `loop` does not extract correctly:
```
Fixpoint loop X Y (x : X) (C : False) : Y := loop _ _ x (match C with end).
Check loop.
Pr…
-
[require_bug.zip](https://github.com/coq/coq/files/2058424/require_bug.zip)
#### Version
The Coq Proof Assistant, version 8.8.0 (May 2018)
compiled on May 29 2018 9:57:30 with OCaml 4.06.1
…
-
Love the concept of this integration, it works great for the PostNL packages! Could you look into a version for DHL too? DHL has https://my.dhlparcel.nl/ which also auto-detects all the packages sent …
-
I have a normal installation of VS Code on windows 10. I'd like to use the VsCoq extension.
I have set up coq as per the installation instructions on wsl, and everything worked fine.
```
$ whi…
-
Hi Daniel
Not sure if you're interested in helping me debug something, but I made use of this implementation as part of a proof assistant I am implementing.
Firstly, I think line 48 (where you c…
-
# Machine Logic
[https://lawrencecpaulson.github.io/2022/01/05/LCF.html](https://lawrencecpaulson.github.io/2022/01/05/LCF.html)
-
The first lemma of Section 6.5:
```Coq
Lemma eqP (T : eqType) : Equality.axiom (@Equality.op T).
```
With custom defined `Equality` module in 6.4, it will fail with
```
T : eqType
The term "T…
-
In MMJ2, whenever applying a theorem leaves unresolved substitutions, like when applying `~addcan2ad` in the example below, [work variables](http://mmj2-doc.tirix.org/doc/WorkVariables.html) such as `…
tirix updated
2 years ago