Abel Braaksma
Abel Braaksma
That's an interesting idea and I can see its benefits. We should address it in the RFC. And unless there's a practical reason why allowing that with nested types isn't...
I'm seriously impressed by this code, I've never used SRTP to such complexity. I'm curious, as I see quite some syntax that doesn't compile with F# 4.0, and I wasn't...
@realvictorprm, pasting your last code in a console .NET Framework project, and adding a `let x = whatInTheWorld` in the `EntryPoint` so that it executes, crashes Visual Studio on first...
Thanks, clearer now (still odd it crashed vs, but perhaps that had an unrelated cause).
Out of curiosity I wanted to know whether this happened in VS2015 as well. The error is a bit clearer (i.e., not on the equal-sign, but on the whole constructor),...
Hey @xperiandri 👋! This looks interesting, but can you please update the example code such that it doesn't have unresolved types? I.e., `PartitionKey` and `ItemRequestOptions` are not defined. Please consider...
> Is it possible to declare a read-only struct in F#? Yes @xperiandri: https://learn.microsoft.com/en-us/dotnet/fsharp/language-reference/structs#readonly-structs > Hm, I thought `inref` is only for read-only structs and pins them to heap See:...
Thanks for linking this @keram, I'll close the referenced issue. FWIW, it shows similar behavior with a different type. This issue is part of the [`AddOpenCodeFixProvider`](https://github.com/dotnet/fsharp/blob/722bbed768b13110e88b5890392b54d14e12dfed/vsintegration/src/FSharp.Editor/CodeFixes/AddOpenCodeFixProvider.fs#L19).
@Happypig375, do you mean that the workaround suggestion by @baronfel doesn't work? https://github.com/fsharp/fslang-suggestions/issues/814#issuecomment-560998987
The tooltip should update while you are typing (just hover after you're done changing the signature), or am I misunderstanding your suggestion?