Will White

Results 5 issues of Will White

This file was the first time I saw `!`, and people, myself included, asked on Slack about `!` from seeing this file.

I only discovered the anonymous function snippet by chance in Snippets Manager.​ I think this should be triggered by `f`, as anonymous function is jargon for function without a name.

![Screenshot 2020-06-30 at 21 29 40](https://user-images.githubusercontent.com/8081877/86174031-d4155b00-bb18-11ea-83b2-cc89f469421c.png)

macos

Having both `point.x = 42` and `{ ...point, x: 42 }` be equivalent to the `{ point | x = 42 }` Elm syntax will imply that Elm is doing...