-
Currently, the `fastforce` run of `state_machine_bisimulation` uses the default handling of `let` expressions, which, according to our understanding, invokes `Let_def` as a simplification rule only wh…
-
Thanks for the nice tool, and it works very well before I met this problem.
I am trying to prove the following theorem using the sledgehammer.
```
theory Test imports Main HOL.HOL HOL.Real Co…
-
# Overview
| | package | i586 | x86_64 | notes | resolution |
| --- | --- | --- | --- | --- | --- |
| --- | development/wxHexEditor | :x: | --- | ‘__m128i’ was not declared in this scope, only af…
-
Feature Enhancement to displaying selected terms from controlled vocabulary drop-downs: display the immediate parent term with a child term when selected in fields like Event type as follows [parent t…
-
This definition
```
def test : ∀ i j : Nat, Nat
| 0, _ => 1
| _, 0 => 1
| i + 1, j + 1 => test i (j + 1) + test (i + 1) j
```
needs
```
termination_by _ i j => (i, j)
```
or
```
ter…
-
Certaines universités commences à utiliser KAPC avec d'autres formations que celles pour lesquelles les référentiels de compétences existent.
Il faudrait ajouter un champ sur la page _Créer un progra…
-
#### Description of the problem
It is very common for Coq projects to be spread across multiple files. Even for teaching, the definitions I use in my class become big enough that one doesn't wa…
-
Changer de "ePortfolio de nom de l'enseignant" en "Mon tableau de bord d'évaluateur" ce qui est plus parlant lorsqu'ils arrivent sur leur compte
-
The following features are miscellaneous character states that aren't being saved by the save states:
- ~~Villager/Isabelle's Pocket (items and articles)~~ - This is not feasible/worth the implementa…
-
### Describe the bug
We have a bug triage workflow that should run every time a new issue is open with a bug label. It sends a message and adds the issue to the Bug triage board.
We have a welcome…