You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SRTP resolution in Fable is not good and fails many times as in the issues reported above. This is because the F# TypedTree didn't expose much information and Fable had to make its own rudimentary resolution.
Fortunately this is about to change thanks to Don Syme work to include witnesses for SRTP resolution in the TypedTree and expose them in the FCS API: dotnet/fsharp#9510
Use the new FCS to take advantage of the witnesses and use the same STRP resolution as the F# compiler does.
The text was updated successfully, but these errors were encountered:
Related #2101 #2083
SRTP resolution in Fable is not good and fails many times as in the issues reported above. This is because the F# TypedTree didn't expose much information and Fable had to make its own rudimentary resolution.
Fortunately this is about to change thanks to Don Syme work to include witnesses for SRTP resolution in the TypedTree and expose them in the FCS API: dotnet/fsharp#9510
Use the new FCS to take advantage of the witnesses and use the same STRP resolution as the F# compiler does.
The text was updated successfully, but these errors were encountered: