-
Notifications
You must be signed in to change notification settings - Fork 531
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
Conversions between nested pairs and HLists #701
Conversation
7d35d9e
to
05dccef
Compare
Codecov Report
@@ Coverage Diff @@
## master #701 +/- ##
==========================================
+ Coverage 87.99% 88.07% +0.07%
==========================================
Files 64 64
Lines 1499 1509 +10
Branches 7 7
==========================================
+ Hits 1319 1329 +10
Misses 180 180
Continue to review full report at Codecov.
|
@milessabin Any comments either way? |
Yes, this looks useful. The corresponding definitions for nested First you've reused a lot of existing names (eg. Second, I'm not completely convinced at the way the nested pairs are terminated ... why not have |
I'll consider merging this if you rebase and address the issues raised in my previous comment. |
05dccef
to
23e4492
Compare
My apologies on having been MIA. To address your above comments.
Let me know if you'd like more changes, I will get to them quickly! |
To be more consistent with nested `Either` to `Coproduct` conversions.
No description provided.