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
1|defm= summon[deriving.Mirror.SumOf[Foo]]
|^|no implicit argument of typederiving.Mirror.SumOf[Foo] was found for parameter x of method summon in objectDottyPredef
Expectation
It seems limiting that Mirror is only defined for classes with state purely represented by their extractors. This also means there is no generic API for enum companions as summon[Mirror.SumOf[MyEnum]].ordinal(foo) is not always defined
The text was updated successfully, but these errors were encountered:
Minimized code
Output
Expectation
It seems limiting that Mirror is only defined for classes with state purely represented by their extractors. This also means there is no generic API for enum companions as
summon[Mirror.SumOf[MyEnum]].ordinal(foo)
is not always definedThe text was updated successfully, but these errors were encountered: