-
#### Version
Coq 8.13.2
Equations 1.2.4
#### Operating system
Red Hat Enterprise Linux Workstation 7.4
#### Description of the problem
The following definition via equations
cannot …
-
EDIT: the original definition acts as a self-redefinition, ie importing it erases any past redefinitions.
I find the following behavior puzzling:
```coq
Module M.
Ltac foo := fail.
End M.
…
-
#### Version
8.7.0
#### Description of the problem
I am confused by this behavior (which I ran into when answering [a StackOverflow question](https://stackoverflow.com/questions/47594706/how-…
-
Tentative steps:
1. Estimate the full model, including the parameter of interest. Keep the t-statistic, using analytically clustered standard errors.
2. Re-estimate the model, imposing the null hypot…
-
In preparation of doing exercise 3.11, I did a direct transcription of theorem 3.2.2 and corollary 3.2.7 into Coq. However, I was not sure if this should just go in `contrib/HoTTBook.v`, or into the l…
-
I was trying to write a simple example of wands, and the tutorial does not help at the moment: [link](https://vercors.ewi.utwente.nl/wiki/#magic-wands)
This example does work, so maybe we could rep…
-
Hello,
I was wondering how can I use the generation model to generate specific molecules? For example, I have a small dataset of molecules I am interested in generating, should I use ZINC250k data…
-
I am porting my code to `mathcomp2.1`
Here is the initial code :
```coq
From mathcomp Require Import all_ssreflect all_algebra all_field.
Open Scope ring_scope.
Import GRing.Theory.
Lemma …
-
https://genespot.cancerregulome.org/branches/splitiscope_integration/svc/lookups/qed_lookups/fmx_pancan17?gene=FBXW7&gene=DIABLO&gene=KRAS&gene=TP53&cancer=BLCA&cancer=BRCA&cancer=OV&cancer=PRAD&cance…
-
I having problem in porting some of my code in mathcomp2.
this line
```coq
by rewrite !(rpredB, rpredX, polyOverX, rpred1).
```
is taking more than 30s while it was instananeous before.
…