Overloads Module
Functions and values
| Function or value |
Description
|
|
Overloads that widened into the same F# signature are duplicates the compiler rejects - .NET overload resolution sees through type abbreviations and ignores return types. The first survives; the rest drop with a finding.
|