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
The condition check on injectivity related to GADT ordering usage is
unnecessary. For any subtyping relation F <:< G here, if the relation relied on
GADT ordering, then both F and G are contained in GADTConstraint, which implies
that both F and G are type parameters; neither `tycon1sym.isClass` nor
`tycon2sym.isClass` will be true.
0 commit comments