Cyrus Omar

Results 210 issues of Cyrus Omar

``` let f(x : A, y: B): C = e ``` should behave the same as: ``` let f : (A, B) -> C = fun (x, y) -> e...

starter-project

Currently does not do anything.

bug

![image](https://github.com/hazelgrove/hazel/assets/280638/e45c1bd5-e7cb-4d38-9455-ba0a79628840)

currently only works for the highlighted words in the description ![image](https://github.com/hazelgrove/hazel/assets/280638/f936de35-62f4-4d9f-93e7-10b49c9de944)

Possibly best way to do this is to translate DHExp to UExp, which will require adding a few forms to UExp (e.g. how to handle fix) and/or coming up with...

could be a permission related issue?

bug

Currently just immediately becomes indet. ``` if true then 1.0 else 1 ```

The ExplainThis sidebar does not scroll. Also, code in the sidebar (but nothing else) overlaps with the bottom bar. ![image](https://github.com/hazelgrove/hazel/assets/280638/57d3a7fa-d2b4-4784-aaaa-e9b647e9f1e0)

bug