-
Hi,
I have some troubles to deactivate the positivity checking. When I do:
```coq
From TypingFlags Require Import Loader.
Unset Guard Checking.
Inductive foo : Type :=
| bar : (foo -> unit…
-
#### Description of the problem
The last definition (`branch_for`) in the code blow makes Coq sweat profusely before it eventually rejects the term. On my beefy laptop it takes about 23 seconds…
Janno updated
4 years ago
-
Power supply diagram:
![koruza_computer_module_power 1](https://cloud.githubusercontent.com/assets/8199477/22118853/a379c44c-de79-11e6-8061-7e8b6eb7c431.png)
5V and 9V power supply are separated b…
-
## Description of the problem
If an inductive in Coq named `int` is extracted to OCaml in the presence of `ExtrOcamlNatInt`, the resulting type will also be called `int`, and it will be confused wi…
-
Difference of the model design.
It seems the difference is that GraphSAGE sample the data.
But what is the difference in model architecture.
Thank you very much.
@tkipf
-
您好,最近拜读了你们的文章,想在别的数据集上复现一下。然后我对inductive learning这部分比较感兴趣,看你们文章中意思是包含了所有train split里面没有按few shot learning标记上的数据。但是在看代码的时候,没有找到是在哪里切换supervised learning和inductive learning,所以想在这里问一下,谢谢了!
-
Currently, the subterm relation is not discussed in the tutorial about Equations and well-founded recursion, as at the moment of writing we were lacking a good example. Once, one is found, it would be…
-
#### Description of the problem
I think the problem is related to the semantics of `#[local] Reserved Notation` commands combined with inductive definitions using and defining the notation. The…
-
esp8266 can't drive inductive load directly, nor can it drive specified opto-transistor
-
I'm wondering if it would be possible to add a flag which allows types like the following, which are positive (but not strictly positive):
```agda
record _↬_ (A : Type a) (B : Type b) : Type (a ℓ⊔…
oisdk updated
3 years ago