Loïc Denuzière
Loïc Denuzière
Hmm, I can see how that bit of the documentation can be misleading. What it says is that in the case where the field's type is a class (not an...
Ah, after some debugging I see the issue. It's in the project template: when using interactive render mode, in the client-side `Startup.fs`, this line must be removed: ```fsharp builder.RootComponents.Add("#main") ```...
This is fixed in version 0.24.18 of the template package.
Or we could allow single backticks as equivalent of double. (Or even any number of backticks, just like double quotes for strings)
Tooltips should be perfectly capable of displaying the signature without having to put it in the doc comment, manually or automatically. What editor are you using?
This should be fixed in v0.24. I haven't made the announcement yet (need to finish updating the project template), but it is already published on nuget.org. You can try it...
It should be noted that [OCaml has this exact feature](https://blog.janestreet.com/pattern-matching-and-exception-handling-unite/).
We could even imagine full-blown type-provider-like code generation that would use the string fragments and quotations of interpolated values at compile time to generate arbitrary code, not necessarily calls to...
> So currently on our documentation, we filter out some namespaces and other parts of our "public" API that really aren't meant for public consumption (i.e. internals that other contributors...
I was going to propose the same as @thinkbeforecoding regarding sets and `seq`. But if we do this, then maybe it's more consistent to keep the Map version as `Choice`...