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

Remove the TupleFlattener in favour of native HList operations #10

Open
alexflav23 opened this issue Dec 30, 2017 · 0 comments
Open

Remove the TupleFlattener in favour of native HList operations #10

alexflav23 opened this issue Dec 30, 2017 · 0 comments
Assignees

Comments

@alexflav23
Copy link
Member

After we remove the ~ operator we have inherited from Anorm in favour of shapeless.HList, we can successfully remove the entire implementation of Tuple flatteners for the various arities, as they are nothing but Tupler.Aux which already existing in Shapeless, which would allow us to convert an HList to a Tuple using macro derivation hidden away from us, instead of having to write a lot of boilerplat.e

@alexflav23 alexflav23 self-assigned this Dec 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant