-
- **OpenEthereum version (>=3.1.0)**: 3.2.5
- **Operating system**: Linux
- **Installation**: built from source
- **Fully synchronized**: yes
- **Network**: ropsten
- **Restarted**: yes
Ropst…
-
The block indentation removes nesting of braces.
The following code is correctly indented.
```
Lemma test : ((True /\ True) /\ True ) /\ True.
Proof.
split. {
split. {
split. {…
-
- Игровой ник: Prtsscout
- Сервер: Technocracy
**Краткая суть предложения:**
Надо пересмотреть устаревшую систему рецептов на верстаке QED и далее я приведу **лучший** по моему мнению пример то…
-
Now that we have the `2: {…}` syntax, I was hoping I can do this:
```
Lemma foo (n: nat) (P : nat -> Prop):
P n.
Proof.
intros.
refine (nat_ind _ ?[Base] ?[Step] _).
[Base]: { … }.
…
-
The following (minimized) example:
```
import stainless.collection._
import stainless.lang._
import stainless.proof._
extension (l: List[Int])
def mapTr(f: Int => Int, acc: List[Int]): Lis…
-
**Brief Summary**
`move /(in_app_or).`
always seems to produce
> _view_subject_ is used in conclusion.
**Minimal Example**
```
From Coq Require Import ssreflect ssrfun ssrbool.
Set Implici…
-
When Silicos-IT and KNIME Image Processing - Python Extensions feature are installed the following warning is displayed during KNIME startup
```
WARN Qed Calculator 1:30 Could not find templates fol…
-
Is it a bug or feature?
```coq
Instance Deserialize__unit : Deserialize unit :=
Deser.match_con "unit type" [("204", tt)] [].
Goal (from_string "204" = inl
(DeserError [ ]
…
-
The InSAR coherence or correlation is an important additional type of data. For ISCE2 output files `.cor` files have the same file format as `.unw` files with an amplitude image interleaved with a cor…
-
Hey @ejgallego,
How hard would it be to expose parent-child relationships between goals in the API? At the moment SerAPI prints less information than `coqtop -emacs` (the latter has a unique ID fo…