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

FSeq.transpose and transpose' should take an FSeq as input #62

Open
ntwilson opened this issue Jun 24, 2019 · 0 comments
Open

FSeq.transpose and transpose' should take an FSeq as input #62

ntwilson opened this issue Jun 24, 2019 · 0 comments

Comments

@ntwilson
Copy link
Owner

Right now, the input is seq<_ fseq> (which matches the prebuilt transpose functions, like List.transpose which takes in seq<_ list>), but it isn't defined for infinite sequences.
We should look into and consider the List.transpose' and Array.transpose functions too

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

1 participant