-
When you define decidable equality for e.g.
```agda
data Rose (A : Set) : Set where
node : List (Rose A) → Rose A
```
you can't reuse `Data.List.Properties`' `≡-dec` because it makes the
t…
-
Was https://github.com/tendermint/tendermint/issues/9773
We need to identify the set of metrics to understand the storage workloads of CometBFT. The metrics should help us identify:
* The access…
-
Add $\prod\limits_{i = 2}^\infty \Bbb R[x_n]/(x_n^n)$ (or a variation thereof) to act as a counterexample that pi-regularity and T-nilpotence do not pass to arbitrary direct products.
-
Like we briefly discussed durning the open development meeting, I think it would be great to start our brainstorming what we want to enable in Relax. I sketched some of my thoughts on existing appro…
-
## Describe the current behavior in detail
Checked on https://deploy-preview-1543--wormhole-connect-mainnet.netlify.app/ [Mainnet].
Steps:
1. Prepare to send 0.0001 wKLAY from Moonbeam (Metamask)…
-
Obvious
---
- [x] countable.
- [x] finite.
- [x] semisimple. From Wedderburn-Artin.
- [x] simple. No nontrivial quotients.
Right ideal correspondence theorem
---
- [x] distributive. If $I_k$…
-
Currently, one has to specify a displacement algebra, and then prove that there's an injective map to a bigger algebra. That's way too much work. It should be enough to prove that there's an injective…
-
After https://github.com/ClickHouse/ClickHouse/pull/31796 was merged now we have new infrastructure for query analysis and planning. There are a lot of things that new infrastructure brings to us:
1.…
-
I have a unification problem with the code below when `code_S` and `S` are private
```
symbol 𝑰 [a]: ℕ → τ a;
private symbol code_S : Set;
private symbol S ≔ τ code_S;
private symbol a: S ≔ 𝑰 0;…
-
Is it possible to remove asyncio as a dependency? It is only relevant for python