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
Note: in the second version extends MirrorDef(t => myop(t(x))) we'd need to figure out how to pass the implicit SourceContext. Is there a better way than making it part of the Def instance?
Add a default case for mirrorDef using reflection.
Evaluate whether mirror can be made a method on Def (or a subclass). This would allow writing:
Or:
Which may be simpler than the current mirror overrides.
The text was updated successfully, but these errors were encountered: