kerams
kerams
For type inference would the typechecker now potentially have to go through the entire method body to settle the (non)structness of a tuple? ```fsharp type C() = member _.M(x) =...
@abelbraaksma > BTW, your rewrite is not synonymous with the original. You wrote `sin >> (~-)`, but that should probably be `(~-) >> sin`, if it is to match `fun...
I think this should be changed to 2022. The 2019 image on Appveyor does not have .NET 6 and you'd need to install it manually. https://github.com/Shmew/Fable.SignalR/blob/dab3b002c00cd298d34f6d3c292c735b1fec16ce/appveyor.yml#L3
Hello, @Shmew, are you around? This would be cool to have. Trying to add `Fable.SignalR.AspNetCore` (when Giraffe 6 is also used) right now gives me ``` Paket may still find...
> We're having a discussion on a similar topic about the Spanish contribution. Is this something that makes sense to take into account here as well? It does. With that...
Is [nullness checking](https://github.com/dotnet/fsharp/pull/6804) off the table for .NET 7? Finishing https://github.com/dotnet/fsharp/pull/11394 would also be nice. Otherwise agreed on 1. (This is perhaps besides the point, but personally I'd rather see...
Related https://github.com/dotnet/fsharp/issues/11598
I assume out of process hosting implies leaving the .NET Framework world, with free runtime performance gains, type providers' design time parts being able to target .NET 6, etc.? Can't...
As and IsInst (behind As) have been fixed in https://github.com/dotnet/fsharp/pull/12837 / https://github.com/dotnet/fsharp/pull/12930
> I cannot find SynPat.IsInst in [defaultTraverse](https://github.com/dotnet/fsharp/blob/2eb7dc7caac98d47061c0a39fd85b9ec72de074b/src/fsharp/service/ServiceParseTreeWalk.fs#L633-L652)? Now I am sorry :P. It's not part of the default traverse, but I am [overriding it in a custom walker](https://github.com/dotnet/fsharp/pull/12930/files#diff-a641eb6c89c373d3586317f6d4c6eb6c48e4320ba93f87ef7ffe2349055bd1a9). I don't...