Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seq.transpose [ RFC FS-1042] #106

Closed
baronfel opened this issue Oct 20, 2016 · 4 comments
Closed

Seq.transpose [ RFC FS-1042] #106

baronfel opened this issue Oct 20, 2016 · 4 comments

Comments

@baronfel
Copy link
Contributor

baronfel commented Oct 20, 2016

Submitted by James Ashwell on 5/3/2016 12:00:00 AM
14 votes on UserVoice prior to migration

It would be nice to have a function that transposes sequences:

[ [ 00; 01; 02;... ]; [ 10; 11; 12;... ]; [ 20; 21; 22;... ];... ]

to

[ [ 00; 10; 20;... ]; [ 01; 11; 21;... ]; [02; 12; 22;... ];... ]

This is particularly useful when dealing with infinite x infinite sequences, where you want to iterate over the 'outer group' first.

Original UserVoice Submission
Archived Uservoice Comments

@dsyme
Copy link
Collaborator

dsyme commented Mar 1, 2017

Marking as approved in principle

@PatrickMcDonald
Copy link

PR Created: dotnet/fsharp#4020

@dsyme dsyme added the needs rfc label Dec 1, 2017
@dsyme dsyme changed the title Seq.transpose Seq.transpose [ RFC FS-1042] Dec 1, 2017
@dsyme
Copy link
Collaborator

dsyme commented Dec 1, 2017

@dsyme dsyme removed the needs rfc label Dec 1, 2017
@PatrickMcDonald
Copy link

This one is complete and can be closed

@cartermp cartermp closed this as completed Oct 6, 2018
@cartermp cartermp modified the milestones: F# 4.1, F# 4.5 Jan 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants