Junyoung/"Clare" Jang
Junyoung/"Clare" Jang
@RyanCavanaugh Is there any progress?
Thanks for the issue! Any contribution is welcomed. One concern is that, none of the maintainers use VScode so I'm not sure we have resource to maintain the extension.
Workaround: convert constructors of `SNRed'` type to use only explicit meta-variables.
FYI: This is an intended behavior but I think it would be great if it is possible to ameliorate this restriction.
> I think @Ailrun used Beluga with WSL; maybe he has some advice on getting it to build? I used to do so, but now I moved to a Linux...
Following is a beluga reproduction for this issue. ``` LF term : type = | true : term | false : term | if_then_else : term -> term -> term...
Following is a minimal beluga reproduction for this issue. ``` LF term : type = | true : term | if_then : term -> term -> term ; LF step...
There's really a lot of non-exhaustive pattern matches, so it's hard to enable the warning. An affordable solution would be handling them one-by-one (though it will still take long time)
I tried `ocamlformat` and `ocp-indent`, and no one work really well... 1. `ocamlformat` There are too few options to control code style reasonably. It introduces a lot of conflict between...
Does it work without the latter definitions? I think it doesn't, and it's not a problem of overshadowing.