-
- **OpenEthereum version**: 2.6.8
- **Operating system**: Linux, Ubuntu 18
- **Installation**: one-line installer
- **Fully synchronized**: yes
- **Network**: ethereum
- **Restarted**: yes
…
sg552 updated
4 years ago
-
Dear authors,
I read your work "Scaling Up Hardware Accelerator Verification using A-QED with Functional Decomposition" published in FMCAD, which is a very impressive work and and I am very interes…
-
Maybe the ribbon should be sized based on the number of lines in the file rather than the number of lines that have been processed? Then it wouldn't jump around so much as it processes a large file. …
-
When compiling `setoid_ring/Field_theory.v` with `Set Sized Typing`, the following theorem (currently line 663) doesn't terminate:
```coq
Theorem NPEpow_ok e n : (e ^^ n === e ^ n)%poly.
Proof.
…
-
```coq
Section In.
Variables (A:Type) (a:A).
Fixpoint In (l:list A) : Prop :=
match l with
| nil => False
| cons b m => b = a \/ In m
end.
End In.
Arguments In {A} a l.
…
-
#### Description of the problem
`rewrite` tactic supports dependent rewrites, as in the following snippet
```coq
Lemma dep_rewrite (T : Type) (x a : T) (x_is_a : x = a) :
exist (fun x =>…
-
Following error was generated:
```
Error:
Anomaly
"File "src/principles_proofs.ml", line 285, characters 21-27: Assertion failed."
Please report at http://coq.inria.fr/bugs/.
```
This happe…
-
Update eliyende eyni kod ve ada deyishmek olur
1|1|1|1|
2|2|2|2|
3|3|3|3|
4|4|4|4|
kod u 2 olani update eliyirem
1|1|1|1|
2|2|2|2|
3|3|3|3|
1|7|1|7|
olur
-
When compiling with `-DWarpX_EB=ON -DWarpX_PSATD=ON`, the RZ geometry cannot be used anymore.
This can be seen by running the `Examples/Physics_applications/laser_acceleration/inputs_rz` test, whic…
-
I am using coq v.8.19.0, and OCaml 4.10.0
I was experimenting with the `Unshelve` command and realized that, in the following example, the given up goal is not the expected one:
```
Goal (True …