hazel icon indicating copy to clipboard operation
hazel copied to clipboard

Hazel, a live functional programming environment with typed holes

Results 339 hazel issues
Sort by recently updated
recently updated
newest added

https://twitter.com/ShriramKMurthi/status/1462607300124979203

See cursorless https://marketplace.visualstudio.com/items?itemName=pokey.cursorless

https://i.cs.hku.hk/~bruno/papers/ecoop2021.pdf Would allow us to skip the elaboration phase, or large parts of it, and instead do "casts" directly via type ascriptions.

``` let ? = 2 + 2 in 3 + 3 ``` currently gets stuck because we don't know how the hole will be filled, but perhaps we could speculatively...

### Motivation Add a more compact syntax to function, such that ``` let f(x : A, y: B): C = e ``` should behave the same as below: ``` let...

in-development

Current requires a space to separate the `,` and the `-`.

bug

not sure what happened here, it was working when I reviewed the PR. something must have gone wrong with the automatic merge with `dev`? ![image](https://github.com/hazelgrove/hazel/assets/280638/e4d693ee-9de8-4540-a0cc-a10a33afa880)

bug
critical

On build server dev I'm seeing a variety of suspicious-looking errors on both these example sheets:

bug