Skip to content

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