-
1. "Row polymorphism" means that a record type `{ a : Text, b : Bool }` is a subtype of `{ a : Text}`. Any function taking a record of type `{ a : Text }` can be directly applied to an argument of typ…
-
Proposal
**type**: `long talk`\
**audience**: `intermediate`\
**category**: `pl theory`
## Summary
The _Simply Typed Lambda Calculus_ adds function types (e.g. `not:: Bool -> Bool`) to the …
-
### Description
This umbrella issue tracks the development of type-aware lint rules.
We first motivate our decision to implement our own type synthesizer, and then present the type-aware rules we in…
-
Compiling my project results in a bunch of warnings:
```
warning: code relies on type inference rules which are likely to change
--> src/main.rs:83:21
|
83 | server.get("/", middlewa…
-
I recently found https://github.com/dart-lang/sdk/issues/39277 and the example code it provides is the following:
```dart
_createChildren() {
return [Text("Hello"), Text("Lars"), Text("Testing"…
-
From intercom:
Very minor thing, but the math rendering could be done better in this post: https://www.lesswrong.com/posts/np3tP49caG4uFLRbS/the-quotation-is-not-the-referent
In the part:
|- P (P i…
-
The profile guidance document will include some statements about the validation of profiles. Digging into this deeper, it is going to be necessary to say what we mean by validation.
A set of valida…
-
I've been trying out VLog by following this tutorial: https://iccl.inf.tu-dresden.de/web/Rules_ECAI_Tutorial_2020/en
I'm using the VLog version in the Rulewerk console downloaded in the tutorial ma…
-
One of the things the `accumulate_dataset` and `collect` facility collects is a "sweep counter". The idea is to be able to collect data from long runs of a Markov chain and plot with the sweep count …
-
### System Info
GPU: A100
Python:3.10.13
### Information
- [ ] Docker
- [ ] The CLI directly
### Tasks
- [ ] An officially supported command
- [ ] My own modifications
### Reproduction
`cargo …