-
This could be a duplicate of #3219 or #2962. Still reporting it separately, so when a fix is applied each example can be checked and closed separately, and nothing falls through the cracks.
Here is…
-
For the assignment 3, I was trying to create the petri nets, using Inductive Miner operator, from the filtered logs and I get the "Comparision method violates its general contract". How do I proceed w…
-
Assume a client is storing a counter `CNT` that is initialized with 1. He then accepts every message containing a counter which is strictly larger than the current `CNT`, and updates `CNT` to the rece…
-
On May 5 (AM), both CTDs on B2 stopped reporting. Suspect the Inductive Couple Cable (ICC) or fuse to the SBE Inductive Modem within the canister. Code that cycles power to the modem has been activa…
-
#### Description of the problem
A variant or (co)inductive constructor that is not preceded by `|` and has a first argument (before a `:` or before another argument) that is a maximally inserted im…
-
Hello, I have problems with my inductive probe (Pinda, 5V) on a SB2040.
As soon as the probe supplies a signal, the temperature signal of the extruder (PT1000) is disturbed. The temperature seems to…
-
```Inductive toto := | Toto : forall n, unit -> is_zero n = true-> toto.```
and
```Inductive toto := | Toto : forall n, is_zero n = true-> unit -> toto.```
are supported by `#[only(param1_tr…
-
It would be nice with proper support for inductive families in Cubical Agda. If I have understood correctly this is a non-trivial research problem, so I have put this issue in the icebox for now.
W…
-
Consider the inductive family of vectors:
```agda
open import Agda.Builtin.Nat
data Vec (A : Set) : Nat → Set where
nil : Vec A zero
cons : {n : Nat} → A → Vec A n → Vec A (suc n)
```
…
-
I think there is a mistake in this inductive definition:
https://github.com/awalterschulze/regex-reexamined-coq/blob/88b2f88612e25f298ff65f9a4e1ee6ee29ea5d0e/src/Reexamined/matches_pred.v#L84-L87
…