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

#transpose #222

Closed
wants to merge 6 commits into from
Closed

#transpose #222

wants to merge 6 commits into from

Conversation

hslzr
Copy link
Contributor

@hslzr hslzr commented Nov 14, 2024

Addresses #211

@hslzr hslzr marked this pull request as ready for review November 16, 2024 01:03
@hslzr hslzr marked this pull request as draft November 16, 2024 01:03
@hslzr hslzr marked this pull request as ready for review November 28, 2024 19:50
@joeldrapper
Copy link
Owner

joeldrapper commented Dec 18, 2024

@hslzr hey, this one is going to be really tricky to get right as the types themselves may need to be transposed — especially if they are tuples. I’m going to close this PR and work on it in a new branch. For example:

If you have a

Literal::Array(
  Literal::Tuple(
    String,
    Integer
  )
)

then #transpose should return a

Literal::Tuple(
  Literal::Array(String),
  Literal::Array(Integer)
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants