-
Related to #483:
```haskell
{-# LANGUAGE NamedFieldPuns #-}
data Foo = Foo {x :: Int, y :: Int}
foo = \x -> Foo{x, y=1}
```
```
Suggestion: Use const
Found:
\ x -> Foo{x, y = 1}
Perhaps:…
-
Hello,
because Nextcloud is supposed to be used around the globe, we cannot assume, that all people on planet know this tv show. I understand, that there in western culture is hard to imagine, that s…
-
Okay, logs are generated and will be sent by request in pastebin.
Tried it on my potato ACER desktop I use for server hosting because why not, my DELL laptop, and my powerful HP computer, which has 1…
-
Just a detail, but it's a bit confusing.
-
I find this surprising:
```
$ dhall
-
In `1.31.0`,
```dhall
let Foo = { foo = "hi" } in { Foo }
```
`dhall format` adjusts this to:
```dhall
let Foo = { foo = "hi" } in { Foo = Foo }
```
which, accordingly, causes `dhall lint --…
-
I'd like to propose new syntax for record literals:
```
{ key } = { key = key }
```
So, for example:
```
let key = "value" in { key } : { key : Text }
```
I think this greatly reduces …
-
My original suggestion was to make Destruction Gadget have the same targeting options in the radial menu as the Exchanger. It never crossed my mind that there's a in-depth setting hidden away in shift…
-
use rhymes
-
Given
```
struct Point { x: int, y: int }
fn returns_point(...) -> Point { ... }
fn returns_tuple(...) -> (int, int) { ... }
```
it would be nice to be able to do things like
```
let a; let b;
(a, …