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

More flattened form for multiple frakentuple parameters #133

Merged
merged 1 commit into from
Nov 1, 2022

Conversation

c42f
Copy link
Member

@c42f c42f commented Oct 31, 2022

Here we emit (a, b; c, d; e, f) as

(tuple a b (parameters c d) (parameters e f))

which should make these simpler to process, rather than using the nested form

(tuple a b (parameters c d parameters e f)))

Part of #88

Here we emit `(a, b; c, d; e, f)` as

    (tuple a b (parameters c d) (parameters e f))

which should make these simpler to process, rather than using the nested
form

    (tuple a b (parameters c d parameters e f)))
@c42f c42f mentioned this pull request Oct 31, 2022
33 tasks
@c42f
Copy link
Member Author

c42f commented Oct 31, 2022

CC @BenChung we discussed this previously, I think.

@c42f c42f merged commit 9f5c892 into main Nov 1, 2022
@c42f c42f deleted the c42f/flatten-frakentuple-parameters branch November 1, 2022 04:42
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.

1 participant