Skip to content

Conversation

JordanMartinez
Copy link
Contributor

Description of the change

Finishes #44 and resolves the merge conflict


Checklist:

  • Added the change to the changelog's "Unreleased" section with a link to this PR and your username
  • Linked any existing issues or proposals that this pull request should close
  • Updated or added relevant documentation in the README and/or documentation directory
  • Added a test for the contribution (if applicable)

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.
Current approach is list-like:
Tuple a (Tuple b (Tuple c d))

New approach is tree-like
Tuple (Tuple a b) (Tuple c d)
@JordanMartinez JordanMartinez merged commit 5570e04 into main Sep 19, 2021
@JordanMartinez JordanMartinez deleted the finishNestedTuplePR branch September 19, 2021 14:59
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.

2 participants