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
|Nogiveninstance of typescala.deriving.Mirror.Of[(foo : Int, bar : String)] was found for parameter x of method summon in objectPredef. Failed to synthesize an instance of typescala.deriving.Mirror.Of[(foo : Int, bar : String)]:|*classAny is not a generic product because it is not a caseclass|*classAny is not a generic sum because it is not a sealedclass
Expectation
Just like regular tuples, named tuples should have mirror instances because they are product types and mirrors allow for uniform meta-programming on sums and products types.
The text was updated successfully, but these errors were encountered:
Compiler version
3.6.2
Minimized code
Output
Expectation
Just like regular tuples, named tuples should have mirror instances because they are product types and mirrors allow for uniform meta-programming on sums and products types.
The text was updated successfully, but these errors were encountered: