-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
F#+ v2.0enhancementfixA fix for something that it's not a bug but needs fixingA fix for something that it's not a bug but needs fixing
Description
ToSeq
Invokable has an overload for IEnumerable which has lower priority than the custom implementation (ToSeq explicitly defined on the type).
This cause some inconsistencies, in dictionary like types where toSeq
doesn't give back the same as [type].toSeq
.
However fixing this is technically a breaking change, we might have to wait for v2
Metadata
Metadata
Assignees
Labels
F#+ v2.0enhancementfixA fix for something that it's not a bug but needs fixingA fix for something that it's not a bug but needs fixing