You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
After we remove the
~
operator we have inherited from Anorm in favour ofshapeless.HList
, we can successfully remove the entire implementation of Tuple flatteners for the various arities, as they are nothing butTupler.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.eThe text was updated successfully, but these errors were encountered: