Dhruv Makwana

Results 5 issues of Dhruv Makwana

It does work, but two issues: ![image](https://user-images.githubusercontent.com/7052028/37518685-1d21f2e4-290e-11e8-92fe-7242260b45cb.png) 1. `[Error] Unbound value ??` - maybe use a different message (e.g. `Warning/Error: Unimplemented hole`) 2. `refmt` incorrectly formats it like this ![image](https://user-images.githubusercontent.com/7052028/37518764-7ad0512e-290e-11e8-8a09-8c2fbbd7fc4f.png)...

KIND: FEATURE REQUEST
Parser
Editor support

Is this the intended behaviour? Usually there's some assert or runtime check before executing something like this: ```ocaml let x = Mat.uniform 5 5 let y = Mat.uniform 1 1...

bug

Languages like OCaml and Standard ML have comment delimiters `(*` and `*)`, so this plugin ends up overriding the default comment colours for the comment parentheses and everything inside it...