-
Notifications
You must be signed in to change notification settings - Fork 833
Closed
Labels
Area-Compiler-ImportAndInteropimport of .NET DLLs and interopimport of .NET DLLs and interop
Milestone
Description
From #16967:
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
Metadata
Metadata
Assignees
Labels
Area-Compiler-ImportAndInteropimport of .NET DLLs and interopimport of .NET DLLs and interop
Type
Projects
Status
Done