-
I am on Agda version 2.6.2-246a229.
I just found out that Agda has inductive records with eta-equality.
So I thought: I'll implement natural numbers as an inductive record, define the identity fun…
-
If one tries to unquote something like
```Coq
Polymorphic Record packType := {pk : Type}.
```
One gets an error like `MetaCoqPolymophicTest.502`. It's related to the names in the polymorphic u…
-
We were seeing huge performance degradation in one of our developments in the presence of discards for elements of the inductive types representing Imp abstract syntax. I managed to reduce this to a c…
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#927
From: @Casteran
Reported version: 8.5
CC: @pirbo
See also: #4598
-
Proper formulation of inductive definition checking
-
### Overview
This analysis can later be applied to build a recommendation system in the OpenVirome app and paper for suggesting indirectly related viromes. The embeddings can also be used to create u…
-
We currently have to manually write `DecidableEq` instances for nested and mutual inductive datatypes. Here is an example.
```lean
namespace Example
inductive Min where
| Base
| Const (a …
-
### Proposal
Currently, if multiple constructors of an inductive type are applicable to a goal, the `constructor` tactic will apply the first one which works. The proposal is to instead make the …
-
![image](https://github.com/user-attachments/assets/1ccefbfe-9ded-4b9b-8d5f-7d5c9777bf8b)
`mul_ne_zero` is defined as `(a b : ℕ) (ha : a ≠ 0) (hb : b ≠ 0) : a * b ≠ 0`.
So, in line 13, `hne` shoul…
-
## 📚 Documentation
We should demonstrate the power of GNN in inductive learning. That is, when a new node comes to a graph, we can apply GNN to do a good prediction.