-
### Summary
Historically both `base` and `template-haskell` were non-reinstallable. This means that the end user is forced to use whatever version came with their compiler. The only way a user can …
-
If I want to match on something in an RHS, I have to split the continuation out into a new rule:
```wat
(type A extern (enum))
(type B extern (enum I J K))
(type C extern (enum))
(decl a_to_b…
-
get rid of --std=gnu99, for a start.
-
One of the most powerful features in Kotlin is the ability to abstract over properties via delegation to wrapper objects. https://kotlinlang.org/docs/reference/delegated-properties.html
In Kotlin, …
-
Currently (on master) this is allowed:
```
$x = (uint32)2; $x = 1;
```
However this causes a semantic analyzer error:
```
$a = 1; $x = (uint32)2; $x = $a;
...
Type mismatch for $x: trying to…
-
Cascade syntax helps avoid redundant references to the same variable, but it breaks down once you need to reference that variable within a cascade call.
The following are logically equivalent:
```…
-
Dear Agda developers,
I am having trouble understanding how telescoping lets for modules desugar.
Yes.agda is accepted.
```agda
module Yes where
module A where
module B where
modu…
-
### Prerequisites
Please put an X between the brackets as you perform the following steps:
* [X] Check that your issue is not already filed:
https://github.com/leanprover/lean4/issues
* …
-
I don’t think I’m the only one who finds `mutual` blocks to be more readable than new-style implicit mutual recursion. Unfortunately, `mutual` blocks seem to be less expressive.
```agda
module Mu…
-
We can keep this one open long-term for honest feedback :) from building an app against makepad-widgets.
1. Two of the most important concepts in the layout engine are `Turtle` and `Walk`, which ha…