dotnet-websharper / core

WebSharper - Full-stack, functional, reactive web apps and microservices in F# and C#
https://websharper.com
Apache License 2.0
594 stars 52 forks source link

Use trait call resolution provided by FCS when it becomes available #1113

Open Jand42 opened 3 years ago

Jand42 commented 3 years ago

After https://github.com/dotnet/fsharp/pull/9510 is merged, WebSharper's heuristics for trait call resolution can be removed and use information from the typed AST insted.

mrtank commented 3 years ago

It's merged and works https://github.com/dotnet/fsharp/pull/9510#issuecomment-719853333