Martin

Results 32 comments of Martin

Actually, I think the use of `function` should be discouraged in favour of proper matches, except for one-liners. But for `function` one-liners you get a no-no from Fantomas :-(

For me, the latest version of VS Code has improved this a lot. Just the usual brief CPU load for analysis when the files are loaded.

It seems the compiler service / FsAutoComplete is just very slow with CEs. I have started playing with FParsec, and here I can really see it, in a very small...

I found that everything is still fine when I open the project (my fparsec project in this case). Over time it gets worse and worse. Probably correlated: VS Code uses...

Hopefully, [this](https://github.com/dotnet/fsharp/pull/17096) will improve the situation.

Here is another case of this error message (on `B() = class end module AA = let CreateA() = let a: A() = class end module AA = let CreateA()...

I have spent quite some time on this issue (mostly on understanding pattern match compilation - a hard nut). My conclusion is that there is no way to create the...

OCaml in such cases indeed emits a warning `this sub-pattern is unused`. I assume that means their pattern match compilation has a different design. (Although I would be happy to...

> I wonder whether putting it behind langversion would be enough? In that case some more work on it would definitely make sense. The impact would be much larger, especially...

As a user of Bolero, I must say that the project is really well maintained and that I see no need for change.