-
```
Fixpoint stupid (n : nat) : unit :=
match n with
| 0 => tt
| S n =>
let () := stupid n in
let () := stupid n in
tt
end.
Goal True.
Proof.
pose (v := stupid 26).
Timeout 1 vm_co…
gares updated
3 years ago
-
Hi, it's great to see the progress of block-stm implementation for reth.
I have some questions about the implementation:
1. do we have a roadmap or eta for the v1 and v2 for the block-stm imple…
-
Hey there,
the blue LED from the U2C V2.1 is always on, but the board is never in DFU mode. Tested with RPI and Windwos with "STM Cube Programmer".
Any ideas?
-
When a record is obtained through the PSC snapshots, it is in the form:
```
{ company_number: "12345678", data: {} }
```
However, when read through the PSC Stream API, it is just the data part…
-
### Description
# Test source
```nim
# Very slow ... but very quick in nim-2.0.8(1.6.20 best)!
#import std/lists
import std/os
#import std/strformat
import strutils
type
ObjRef = ref obje…
-
I tried the sample from http://goldparser.org/doc/grammars/, but this gives me a KeyNotFoundException:
``` javascript
var grammar = new GoldGrammar().Build(@"
Id = {Letter}{AlphaNumeric}*…
-
Hello
I have now satip axe 3 years in combination with tvh and all was fine
Yesterday the digibit r1 rebootet and now tvh does not find any receiver anymore.
The Digibit R1 boots but after boot …
-
_Opacity_ is a correctness property for STM algorithms. Here is a short description and pointers to more reading: https://nbronson.github.io/scala-stm/semantics.html#opacity. The really short version …
-
Hi Brandon,
I am estimating an stm model with prevalence covariates and a 2-level factor content covariate. I am struggling to understand the exact difference between the following ways of obtainin…
-
When manager want to invite potential users who has already registered OSM user but not STM, the manager need to instruct them
1. he/she register on STM
2. he/she tell the manager his/her account …