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

currently only works for the highlighted words in the description 
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...
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. 