-
Inductive process modeling
https://www.aaai.org/ocs/index.php/AAAI/AAAI15/paper/view/10046/9291
-
It kinda risk to move print head before raise the nozzle due to (nozzle are touching the bed, some inductive probe/beacon can work incorrectly)
NV4RE updated
10 months ago
-
I have created two examples (each with 35 households), one with zero penetration of induction cooking (`penetrationInductioncooking = 0`) and the other one with 100%. When I check the file `Electricit…
-
The termination checker is currently more conservative when the K rule is turned off (#1023). I think that all the problematic examples that are listed in Issue #1023 rely on pattern matching on `refl…
-
Lifted from #7442.
The lack of eta for the following record `R` makes it fail the emptiness check.
```agda
data ⊥ : Set where
record R : Set where
no-eta-equality; pattern
field f : ⊥
o…
-
### Prerequisites
* [X ] Put an X between the brackets on this line if you have done all of the following:
* Checked that your issue isn't already [filed](https://github.com/leanprover-communi…
-
Use the standard library and the AFP entries as target data.
-
* ?
-
LC generators with inductive coupling how to create? Or transformer?
It is important to do this based on the elements of the sections "passive" "discrete" "switches" "outputs" and the DC source.
I …
-
On master.
Consider the following file:
```agda
{-# OPTIONS --cubical-compatible #-}
module Issue7052 where
data T : Set where
a b : T
```
Running
```shell
agda-quicker Issue7052.agd…