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
As we are using the shapeless library throughout the stack, there is no point re-defining basic HList operations using a new ~ operator which does the same thing. Replace the constructs to rely on HLists for tuple flattening and make the existing ~ operator simply be an equivalent of :: on a shapeless.HList.
The text was updated successfully, but these errors were encountered:
As we are using the shapeless library throughout the stack, there is no point re-defining basic HList operations using a new
~
operator which does the same thing. Replace the constructs to rely on HLists for tuple flattening and make the existing~
operator simply be an equivalent of::
on ashapeless.HList
.The text was updated successfully, but these errors were encountered: