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
Noticed by accident that enum cases might extend the wrong enum. That is, Z below is accepted and should probably be rejected. I also confirmed that Z indeed extends Expr and not Var.