Skip to content

C# collection expression support for F# lists & sets#17359

Merged
vzarytovskii merged 33 commits intodotnet:mainfrom
brianrourkeboll:csharp-collection-expression-support
Jul 16, 2024
Merged

C# collection expression support for F# lists & sets#17359
vzarytovskii merged 33 commits intodotnet:mainfrom
brianrourkeboll:csharp-collection-expression-support

Conversation

@brianrourkeboll
Copy link
Copy Markdown
Contributor

@brianrourkeboll brianrourkeboll commented Jun 27, 2024

Description

Examples

FSharpSet<int> xs = [1, 2, 3];
FSharpList<int> ys = [1, 2, 3];

Checklist

  • Test cases added.
  • Release notes entry updated.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

6 participants