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
We need to assess which features we will need to support in F# 9 Params collections: developers can now put params in front of many more collection types in signatures including Span.
Make sure F# compiler can work with those, even if F# user has to construct collection type by hand.
So:
If it doesn't work, make it work
It it does work, document how it works
Add tests regardless
The text was updated successfully, but these errors were encountered:
From #16967:
So:
The text was updated successfully, but these errors were encountered: