-
Notifications
You must be signed in to change notification settings - Fork 851
Closed
Labels
Area-LibraryIssues for FSharp.Core not covered elsewhereIssues for FSharp.Core not covered elsewhereBugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.Needs-Triage
Milestone
Description
Repro steps
let n = nanf
let a = [|nanf|]
let l = [nanf]
let s = Set.singleton nanf
LanguagePrimitives.GenericEqualityER n n |> printfn "%b"
LanguagePrimitives.GenericEqualityER a a |> printfn "%b"
LanguagePrimitives.GenericEqualityER l l |> printfn "%b"
LanguagePrimitives.GenericEqualityER s s |> printfn "%b"Expected behavior
true
true
true
trueActual behavior
true
true
true
falseKnown workarounds
None
Related information
Tested on:
- Win10 & Debian
- .Net 6 & 7
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-LibraryIssues for FSharp.Core not covered elsewhereIssues for FSharp.Core not covered elsewhereBugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.Needs-Triage
Type
Projects
Status
Done