Why do case classes extend Product but not ProductN? Do we *want* people to be forced to use macros/codegen for every little thing? =(
@li_haoyi It's a different problem, but you could implement the type class with different arity overloads, maybe. Not sure you'd want to. ;)
-
-
@propensive No you can't. You *could* if they inherited from ProductN, but they don't. That's my whole complaint =P -
@li_haoyi The idea is that `(a, b, c)` would desugar in the parser to `implicitly[Tupler].build(a, b, c)`.
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.