Skip to content

Remove usages of Data.Tuple.Nested. #44

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

Closed
wants to merge 1 commit into from

Conversation

chexxor
Copy link
Contributor

@chexxor chexxor commented Nov 2, 2016

Data.Tuple.Nested moved to meaning extensible tuples, which
implies ending the Tuple in Unit. This added Unit causes an extra
space to be added to a tuple-backed CSS rule, like animation.
In addition, we aren't using tuple-combinators, which extensible
tuples enables.

See discussion: #43 (comment)

Note that this patch isn't DRY - I reimplemented tuple4 several times. What's the preferred way to handle that?

Data.Tuple.Nested moved to meaning extensible tuples, which
implies ending the Tuple in Unit. This added Unit causes an extra
space to be added to a tuple-backed CSS rule, like animation.
In addition, we aren't using tuple-combinators, which extensible
tuples enables.
@safareli
Copy link
Contributor

Maybe just use do something like this a `Tuple` b `Tuple` c

@thomashoneyman thomashoneyman changed the base branch from master to main October 6, 2020 03:10
@JordanMartinez
Copy link
Contributor

Superceded by #135.

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

Successfully merging this pull request may close these issues.

3 participants