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
I tried to translate the C# examples into F#, but it doesn't work. It seems that the extensions to IEnumerable are not visible to the F# interpreter for some reason.
What's the correct way of using the extension from F#?
The text was updated successfully, but these errors were encountered:
Hi,
I tried to translate the C# examples into F#, but it doesn't work. It seems that the extensions to
IEnumerable
are not visible to the F# interpreter for some reason.What's the correct way of using the extension from F#?
The text was updated successfully, but these errors were encountered: