-
As discussed, it would be nice to tag operators and axioms in certain abstract theories as non-instantiable. For `Subtype`, this could look as follows:
```
type T.
pred P : T.
axiom P_nonempty…
chdoc updated
3 months ago
-
-
Now that we have at least two data sets which record power factor, it would be good to discuss the common vocabulary to use.
I suspect that 'power_factor' might be better than 'pf'. Remember that ma…
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#5528
From: @JasonGross
Reported version: 8.6
CC: coq-bugs-redist@lists.gforge.inria.fr
See also: [BZ#5054](h…
-
I installed deepsnap on a remote machine using pip, with the below dependencies first:
PyTorch --> https://pytorch-geometric.readthedocs.io/en/latest/notes/installation.html
NetworkX --> https://…
-
I apologize for any confusion. While I provided a lifted representation in MetaCoq, please note that the emojis used in my previous response are not directly compatible with MetaCoq syntax. In MetaCoq…
-
Hello, i am idris2 programmer ( considering moving to lean 4 ) that wonders whether "Practical generic programming over a universe of native datatypes" can be applied to either of those languages.
…
-
I don't like your examples of what is not a proposition. Everything you list there could be made into legal Lean proposition given the right declaration of types that can describe those things, for e…
-
Hi! Not exactly sure what I'm meant to be doing with this repository; would have been nice to get some sort of heads up with the editing invitation. I don't know that much Haskell and am generally pre…
-
#### Version
8.8.0
#### Operating system
macOS 10.13.5
#### Description of the problem
The following snippet
```coq
Inductive foo : Set -> Type := Foo : foo unit.
Lemma bar U (pf…