-
From https://forum.dlang.org/thread/eoftnwkannqmubhjotat@forum.dlang.org:
```D
void f(byte[] a, byte[] b)
{
const minLength = a.length < b.length ? a.length : b.length;
foreach (i; 0 ..…
kinke updated
6 years ago
-
We know consensus(pbft, raft, paxos etc) is a big topic for distributed systems, which are hard to verify.
There's some tools like `tla` or `coq`, which can help verify simple systems, but neither …
-
#### Version
8.8.1
#### Operating system
Linux 4.15.0-34-generic #37~16.04.1-Ubuntu SMP Tue Aug 28 10:44:06 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
#### Description of the problem
The foll…
-
#### Description of the ~~problem~~ feature request
It would be nice to be able to bind implicit arguments of constructors in patterns using the `(x:=x)` syntax, thus not having to use `@` and coun…
-
Bug originally reported by @olaure01 on zulip.
```coq
From Coq Require Import Setoid Morphisms CMorphisms.
Inductive IdentityList A : list A -> list A -> Prop :=
| IdentityList_nil : IdentityLis…
-
Enhanced natural organic matter workflow
The natural organic matter (NOM) direct infusion Fourier transform mass spectrometry (DI FT-MS)
workflow has been applied to diverse environmental samples. How…
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#4612
From: @sayon
Reported version: 8.5
CC: @robbertkrebbers, @ejgallego, @jonleivent, @ppedrot
-
# Vision Transformer Adapter for Dense Predictions
Info.
- ICLR 2023 spotlight
- https://github.com/czczup/ViT-Adapter
- https://arxiv.org/abs/2205.08534
### Summary
- plain ViT
- whi…
-
There is currently quite a lot of confusion in the paper. I am going to list the problems I see, but it's probably a bad idea to try to fix each one separately without thinking of the paper as a whole…
-
Consider this code:
```coq
Set Universe Polymorphism.
Unset Universe Minimization ToSet.
Set Polymorphic Inductive Cumulativity.
(*Cumulative*) Class A@{i} (T : Type@{i}) := a : T.
(*Error: Defi…